非常简单的一个vue2.0 + vuex + vue2-quill-editor + elementui + vue-router + axios + mockjs + echarts的项目
整个流程一目了然,功能齐全,适合作为入门练习。
如有问题请直接 Issues,或者您发现问题并有非常好的解决方案,欢迎 PR
如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢啦! ^_^
# 克隆到本地
git clone https://github.com/guo11111/vue-demo.git
# 进入文件夹
cd vue-demo
# 安装依赖
npm install
# 开启本地服务器localhost:8088
npm run dev
# 发布环境
npm run build
# 其他辅助功能(包括单元测试等)
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.