您有什么功能可以给我留言,我来实现!
项目初始化
本工程主要基于vue + vuex + less + ES6/7 + webpack + fetch + vue-router + store + element-ui实现的SPA后台管理系统模板。
如果觉得不错的话,请star一下吧 😊
使用技术: vue + vuex + less + ES6/7 + webpack + fetch + vue-router + store + element-ui
项目说明: 此项目是本人空余时间搭建的。希望大家提供宝贵的意见和建议,谢谢。
邮 箱: [email protected]
个人网站: http://www.sosout.com/
个人博客: http://blog.sosout.com/
个人简书: 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
在浏览器地址栏输入http://localhost:8080/