# vue-admin-lte-dev **Repository Path**: pingm/vue-admin-lte-dev ## Basic Information - **Project Name**: vue-admin-lte-dev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-adminlte > a vue.js project for adminlte starter ## 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 # run unit tests 检查 npm run unit # run e2e tests npm run e2e # run all tests npm test ``` 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). # 后台自定义开发 引入 vuex 地址:https://vuex.vuejs.org 引入 element-ui 地址:http://element-cn.eleme.io 引入 v-distpicker 地址:https://github.com/jcc/v-distpicker 引入 v-charts 地址:https://v-charts.js.org/#/ 引入 less 和 sass 预处理 引入 nprogress 页面进程 引入 axios jquery 等 #Creating a new branch is quick. 新建一个auth1分支 $ git checkout -b dev