在公司做了一段时间的后台管理系统,最近整理了一下代码写了这个cms的demo,其主要内容包括基于vue-router的用户登录注销、Vuex的简单使用、以及我工作项目中常用到的Vue组件。具体技术栈如下所示。若有朋友发现什么错误或者不足之处欢迎指正。 — 2017/12
- vue-cli^2.8.2
- vuex^3.0.1
- sass-loader^6.0.6
- sass-resources-loader^1.3.1
- node-sass^4.5.3
- normalize.css^7.0.0
- element-ui^2.0.7
- vue-html5-editor^1.1.1
- axios^0.17.1
- mockjs^1.0.1-beta3
# download the project
git clone https://github.com/yshenhua/vue2-cms-demo.git
# install dependencies
cd vue2-cms-demo && npm install
# serve with hot reload at localhost:2010
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report