# vue-multi-pro **Repository Path**: glony/vue-multi-pro ## Basic Information - **Project Name**: vue-multi-pro - **Description**: vue项目架构-多子系统分包运行打包 demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-20 - **Last Updated**: 2022-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-multi-pro ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ![项目结构说明](QQ截图20220720180911.png) Router 文件说明: + index.js——主要用于创建路由对象,以及合并需要的路由。 + path.js——用于放置项目中需要的具体路由。