If you have any functions, please leave me a message and I will implement them!
Project initialization
This project is mainly based on the SPA backend management system template implemented by vue + vuex + less + ES6/7 + webpack + fetch + vue-router + store + element-ui.
If you think it's good, please star it?
Online demo
Technologies used: vue + vuex + less + ES6/7 + webpack + fetch + vue-router + store + element-ui
Project description: This project was built in my spare time. I hope you can provide valuable comments and suggestions, thank you.
Email: [email protected]
Personal website: http://www.sosout.com/
Personal blog: http://blog.sosout.com/
Personal brief: http://www.jianshu.com/users/23b9a23b8849/latest_articles
segmentfault: https://segmentfault.com/u/sosout
# git clone
git clone https://github.com/sosout/vue2-element.git
cd vue2-element
// 安装前请先确保已安装node和npm
// 安装成功后,再安装依赖,如果之前有用npm安装过,请先删掉node_modules
yarn install
# 开发版本,用于开发使用,热加载
yarn run dev
# 生产版本,对代码进行混淆压缩,提取公共代码,分离css文件
yarn run build
# 生产版本并查看包分析器报告
yarn run build --report
# 单元测试
yarn run unit
# e2e测试
yarn run e2e
# 所有测试
yarn test
Enter http://localhost:8080/ in the browser address bar