# vue2-template **Repository Path**: mayday97/template ## Basic Information - **Project Name**: vue2-template - **Description**: vue2移动端项目模板 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-25 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vue 移动端项目模板 axios+rem 适配(lib-flexible)+ postcss-px2rem + normalize.css + vant ### 本地运行 ``` npm run serve ``` ### 本地运行测试 ``` npm run serve-test ``` ### 打包线上正式版 ``` npm run build ``` ### 打包线上测试版 ``` npm run build-test ```