# vue-template **Repository Path**: tob/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: 整的项目结构个常用工具类封装,开箱即用。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-05 - **Last Updated**: 2023-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # application template ``` npm install yarn install ``` ### server (default:development) ``` npm run serve yarn serve ``` ### build(default:development) ``` npm run build yarn build