# vue-mobile-template **Repository Path**: cyoungao/vue-mobile-template ## Basic Information - **Project Name**: vue-mobile-template - **Description**: 一个vue移动端的项目模板,包括rem适配,兼容大部分场景的axios封装,按需引用vant,一键主题切换等等 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-14 - **Last Updated**: 2025-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动项目 ```bash # 安装依赖 npm install # npm 下载速度慢的问题可以修改npm源后再 npm install npm config set registry https://registry.npm.taobao.org # 启动开发环境 npm run dev ``` ## 打包生产 ```bash # 测试环境 npm run test # 生产环境 npm run build ``` ## 其他 ```bash # 代码格式检查,并自动修复 npm run lint ```