# connectCityBus **Repository Path**: tudouCode/connect-city-bus ## Basic Information - **Project Name**: connectCityBus - **Description**: 基于vue2.0开发的后台管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2021-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 后台管理系统框架1.0.0 > Vue.js + element project ## 版本信息 ``` "axios": "^0.18.0", "element-ui": "^2.3.7", "es6-promise": "^4.2.4", "less": "^3.0.4", "less-loader": "^4.1.0", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuex": "^3.0.1" ``` ## 初始化一个项目 ``` 1. 先检查下 Node.js 是否安装成功 $ node -v v8.9.0 $ npm -v 5.6.0 2. 由于众所周知的原因,可以考虑切换源为 taobao 源 $ npm set registry https://registry.npm.taobao.org/ #down git clone https://gitee.com/tudouCode/connect-city-bus.git # install dependencies npm install & cnpm 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 ``` ## 动态路由规则 ``` 待完善 ``` ## 目录结构 ``` 待完善 ```