cnode vue
1.0.0
cnodejs web website SPA built based on vue and vue-router
# 安装依赖
npm install
# 开发模式(localhost:8080/index_dev.html,hot reload)
npm run dev
# 生产模式(JS压缩,webpack)
npm run build
# 生产模式(JS,css压缩,webpack+gulp,常用)
npm run dist
v1.1.0
Todo data acquisition uses vue-resource, try server-side rendering, and dynamically update components
2016-10-29 Added vuex for user login status management, component switching to add transition effects, v1.1
2016-10-21 Added webpack+gulp packaging and building, v1.0
2016-10-17 Implement comment and new topic functions
2016-10-15 Component development combined with element-ui
2016-10-12 Project file structure determined
The node_modules directory is purely because the company network is not good and you are too lazy to install it. You can ignore it and install it yourself.