# vue-cli-3.x-template **Repository Path**: mzzhref/vue-cli-3.x-template ## Basic Information - **Project Name**: vue-cli-3.x-template - **Description**: vue-3.x多环境打包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-01 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli-3.x-template ## Project setup ``` npm install ``` ### start ``` npm run serve ``` ### build测试包 ``` npm run build:test ``` ### build预发包 ``` npm run build:pre ``` ### build正式包 ``` npm run build:prod ```