Total Pageviews

Sunday 17 December 2023

vue-antd-pro

 vue+ant-design-vue创建后台管理系统模板.

Documentation Maintenance License: MIT

基于vue-cli3 和 ant-design-vue搭建的后台管理系统模板,使用json-server做数据mock。

安装依赖

安装前端依赖

yarn

安装数据mock依赖

cd server

yarn

运行

运行数据mock服务

// enter server directory
cd server

yarn start

运行前端本地服务

// go back to project root directory
cd ..

yarn serve

账号

用户名: 任意输入
密码: 字符数字[4-16]位的任意输入

预览

login.png

 from https://github.com/luichooy/vue-antd-pro

------

Node.js login, registration and access control using Express and Passport.

node_passport_login

This is a user login and registration app using Node.js, Express, Passport, Mongoose, EJS and some other packages.

Version: 2.0.0

Usage

$ npm install
$ npm start
# Or run with Nodemon
$ npm run dev

# Visit http://localhost:5000

MongoDB

Open "config/keys.js" and add your MongoDB URI, local or Atlas.

from https://github.com/bradtraversy/node_passport_login 

--------------------------------------------------

A magical vue admin https://panjiachen.github.io/vue-element-admin

vue element-ui Build Status license GitHub release gitter donate

English | 简体中文 | 日本語 | Spanish

SPONSORED BY

Introduction

vue-element-admin is a production-ready front-end solution for admin interfaces. It is based on vue and uses the UI Toolkit element-ui.

vue-element-admin is based on the newest development stack of vue and it has a built-in i18n solution, typical templates for enterprise applications, and lots of awesome features. It helps you build large and complex Single-Page Applications. I believe whatever your needs are, this project will help you.

After the v4.1.0+ version, the default master branch will not support i18n. Please use i18n Branch, it will keep up with the master update

The current version is v4.0+ build on vue-cli. If you find a problem, please put issue. If you want to use the old version , you can switch branch to tag/3.11.0, it does not rely on vue-cli

This project does not support low version browsers (e.g. IE). Please add polyfill by yourself.

Preparation

You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , axios and element-ui, all request data is simulated using Mock.js. Understanding and learning this knowledge in advance will greatly help the use of this project.

Edit on CodeSandbox

 from https://github.com/PanJiaChen/vue-element-admin

 

No comments:

Post a Comment