# vue3-mobile-framework **Repository Path**: mengximeng_admin/vue3-mobile-framework ## Basic Information - **Project Name**: vue3-mobile-framework - **Description**: vue3.0语法,以及vuex和router插件。用less处理移动端大小兼容并提供了一些常用大小的公共class(比如tx-12意思是font-size:12px;),使用vant组件库并提供了配置是否开启按需加载,使用vue-i18n处理多语言并可以配置是否延迟加载,使用了asiox处理前后端交互并提供了一个配置文件以及多环境下的url配置。具体的请阅读源码,谢谢! - **Primary Language**: JavaScript - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-mobile-framework ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).