# adminVue **Repository Path**: lu_an_liang/adminVue ## Basic Information - **Project Name**: adminVue - **Description**: 使用Vue和vuetify,elementUI,ueditor,echarts等搭建的后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-05-01 - **Last Updated**: 2021-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # adminvue > management system about vue ## 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 #lal editor # 安装vuetify npm i vuetify npm install sass sass-loader fibers deepmerge -D npm install @mdi/font -D # 安装vuex npm i vuex --save-dev # sass的loader(sass-loader的版本必须时8.0.0以下) npm install node-sass --save-dev # 安装echarts npm install echarts --save # 安装ckeditor4 npm i ckeditor4 npm install ckeditor4-vue ``` 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).