# vue3x-vant3x-mobile **Repository Path**: li-guowei365/vue3x-vant3x-mobile ## Basic Information - **Project Name**: vue3x-vant3x-mobile - **Description**: 🐢【OK】H5框架,vue3x-vant3x-mobile移动端H5。Vue3x:https://v3.cn.vuejs.org/。Vant3x:https://vant-contrib.gitee.io/vant/v3/#/zh-CN/ - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2022-02-23 - **Last Updated**: 2022-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3x-vant3x-mobile * vue3x+vant3x+typescript+axios技术栈; * 适配px转vm,设计稿750px; * axios请求; * config/env.testing.js 配置目录vueVantDemo,解决测试环境文件夹非根目录问题; * 多环境动态API配置 [Vue3x官方文档](https://v3.cn.vuejs.org/) [Vant3x官方文档](https://vant-contrib.gitee.io/vant/v3/#/zh-CN) ### Project setup ``` npm install yarn install ``` ### Compiles and hot-reloads for development ``` npm run dev yarn serve ``` ### Compiles and hot-reloads for testing ``` npm run test yarn test ``` ### Compiles and minifies for production ``` npm run build yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/zh/config/).