# vue多页面打包 **Repository Path**: lockloke/vue-multi-page-packaging ## Basic Information - **Project Name**: vue多页面打包 - **Description**: vue多页打包配置,根据打包命令及环境变量控制输出内容 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-17 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # morepage ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build:test ``` 打测试包命令,会进入到vue.config.js执行相关代码。 ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).