# vue-template **Repository Path**: omyall/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: 整的项目结构个常用工具类封装,开箱即用。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-02-17 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, Axios, Less ## README # application template ``` npm install yarn install ``` ### server (default:development) ``` npm run serve yarn serve ``` ### build(default:development) ``` npm run build yarn build