This project is a backend management system built by vue + element-ui. It is the management system of the backend project node-elm. All data is real data obtained from the server in real time, with real registration, login, management data, permission verification, etc. Function.
Note: The project preview address and interface need to be accessed using https!
If you are interested in this project, you can click "Star" to support it. Thank you! ^_^
Or you can "follow", I will continue to open source more interesting projects
Development environment macOS 10.12.4 nodejs 6.10.0
If you have any questions, please raise them directly in Issues, or if you find a problem and have a very good solution, PR is welcome?
Portal: front-end project address, back-end system address, native APP project address
vue2 + vuex + vue-router + webpack + ES6/7 + less + element-ui
git clone https://github.com/bailicangdu/vue2-manage
cd vue2-manage
npm install 或 yarn(推荐)
npm run dev (访问线上后台系统)
npm run local (访问本地后台系统,需运行node-elm后台系统)
访问: http://localhost:8002
To view the effect, please click here
Please click here for the front-end URL (please use chrome mobile mode to preview)
GPL