/manage-platform

基于vue、element-ui、vue-router、axios、echarts的管理系统

Primary LanguageVueMIT LicenseMIT

manage-platform

基于vue、element-ui、vue-router、axios、echarts的管理系统

[线上地址] https://github.com/liwudi/manage-platform.git

相关demo

https://github.com/liwudi/Vue.git

Build Setup

1、Clone project

git clone https://github.com/liwudi/manage-platform.git

2、Install dependencies

npm install

3、建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题

npm install --registry=https://registry.npm.taobao.org

4、serve with hot reload at localhost:9528

npm run dev

5、build for production with minification

npm run build

6、build for production and view the bundle analyzer report

npm run build --report

相关文档

vue-router文档

https://router.vuejs.org/zh-cn/

ElementUi

http://element-cn.eleme.io/#/zh-CN

axios中文使用文档

https://www.kancloud.cn/yunye/axios/234845

moment中文文档

http://momentjs.cn/docs/

For a detailed explanation on how things work, check out the guide and docs for vue-loader.