# vue-cli多页面多路由及登录权限控制 **Repository Path**: x_ml/vue-cli ## Basic Information - **Project Name**: vue-cli多页面多路由及登录权限控制 - **Description**: 构建vue-cli多页面,多路由,登录权限控制 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli 多页面多路由,登录权限控制 > A Vue.js project ## 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 ``` #### 多页面配置修改文件: 1. build/utils.js 2. build/webpack.base.conf.js 3. build/webpack.dev.conf.js 4. build/webpack.prod.conf.js 具体修改请看各自页面的注释 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).