# vue **Repository Path**: qq574244038/vue ## Basic Information - **Project Name**: vue - **Description**: 管理后台项目(非完整版) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-01-31 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue > 基于vue2.0↑ + Element-UI 构建的后台管理系统 ## 注意事项 ``` bash # 安装所有包 npm install(cnpm i) # 本地开发 npm run dev # 本地构建 npm run build # 构建到生产环境并查看打包分析报告 npm run build --report ``` [脚手架指南](http://vuejs-templates.github.io/webpack/) 和 [vue-loader文档](http://vuejs.github.io/vue-loader). ## 项目要求和相关规范