# HTProject **Repository Path**: waiwaixzz/htproject ## Basic Information - **Project Name**: HTProject - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2022-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asdasd ## Project setup ``` npm install --下载包 ``` ### 环境变量 - 开发环境变量 npm run serve 环境变量文件:.env.development ``` npm run serve ``` - 打包至测试环境 npm run build 环境变量文件:.env.production ``` npm run build ``` - 打包至正式环境 npm run build:public 环境变量文件:.env.public ``` npm run build:public ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).