# vue3+ts-template **Repository Path**: un_do/vue3-ts-template ## Basic Information - **Project Name**: vue3+ts-template - **Description**: 多应用入口配置模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3+ts-template ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev 选择项目运行 npm run dev:admin 运行指定项目 ``` ### Compiles and minifies for production ``` npm run build 全部打包 npm run build admin 指定项目打包 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).