An open API service indexing awesome lists of open source software.

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

后端管理项目 全家桶测试用

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).