# vue-admin **Repository Path**: windole0321/vue-admin ## Basic Information - **Project Name**: vue-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Install dependencies npm install # Serve with hot reload at localhost:9528 npm run dev # Build for production with minification npm run build # Build for production and view the bundle analyzer report npm run build --report ``` # 项目结构 ├──build # webpack配置 ├──config # 环境配置 ├──src # 源代码目录 ├── api # 统一的接口管理 ├── assets # 静态资源 ├── common # 公共的文件,如:字体、样式、语言包、工具函数 ├── components # 组件,布局的也在里面 ├── mixins # 公用的代码块 ├── router # 路由文件 ├── store # 状态管理器 ├── views # 页面 ├── App.vue ├── main.js ├── static