# vue-cli3.0前端框架雏形 **Repository Path**: tangwei3200.net/Basic ## Basic Information - **Project Name**: vue-cli3.0前端框架雏形 - **Description**: 针对于空架构 只包含架构组件及部分实现功能demo 可随时使用其他新建项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-08 - **Last Updated**: 2023-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-vue ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ```