portal
This project is a pure front-end small car management system built by the blogger using vue2.6 + elementUI 2.5 when learning vue by himself. The initial data is simulated using easy-mock. If there are problems such as network errors that cause the project to be inaccessible, it may be caused by easy-mock's server.
If you are interested in this project, please click "Star" to support it. Thank you very much! You can also follow my blog, which contains my technology sharing and records a series of problems I encountered during the development process: https://blog.csdn.net/Dg_Zing
1. Username: admin
Password: 123456
2. Username: iamvip
Password: 888888
vue2 + vuex + vue-router + vue-cli + axios + element-ui + echarts
"axios": "^0.18.0"
"echarts": "^4.1.0"
"element-ui": "^2.5.4"
"vue": "^2.6.6"
"vue-router": "^3.0.1"
"vuex": "^3.1.0"
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build