# vue2model **Repository Path**: mobile191llx/vue2model ## Basic Information - **Project Name**: vue2model - **Description**: vue2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-14 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2model ## 项目导包 ``` npm install ``` ### 编译并重新加载以进行开发 ``` npm run serve ``` ### 编译并缩小生产规模 ``` npm run build ``` ### Lints和fixes文件 ``` npm run lint ``` ### 说明 ``` 该项目为最基础的vue项目结构,包含路由、api请求、axios配置等 可结合git@gitee.com:mobile191llx/express.git配套 ```