https://github.com/codertonychan/vue2-tony-manage
后端管理项目 全家桶测试用
https://github.com/codertonychan/vue2-tony-manage
echarts element-ui2 vue-cli vue-quill-editor3 vue2
Last synced: 4 days ago
JSON representation
后端管理项目 全家桶测试用
- Host: GitHub
- URL: https://github.com/codertonychan/vue2-tony-manage
- Owner: CoderTonyChan
- Created: 2018-01-04T03:16:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T07:25:06.000Z (over 8 years ago)
- Last Synced: 2025-11-19T12:03:02.596Z (7 months ago)
- Topics: echarts, element-ui2, vue-cli, vue-quill-editor3, vue2
- Language: Vue
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue2-tony-manage
> A Vue.js project
```
element-ui 2.0.8
echarts 3.8.5
vue-quill-editor 3.0.4
```
```
npm install --save !!vue-style-loader!css-loader 错误
less环境
npm install --save-dev less-loader less
sass环境
npm install sass-loader node-sass webpack --save-dev
```
## 项目构建
https://cn.vuejs.org/v2/guide/installation.html
```
包含官方路由
https://cn.vuejs.org/v2/guide/installation.html
vue init webpack my-project
vuex
https://vuex.vuejs.org/zh-cn/installation.html
router
https://router.vuejs.org/zh-cn/installation.html
```
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).