# vue3-ts-mobile-template **Repository Path**: smdzy/vue3-ts-mobile-template ## Basic Information - **Project Name**: vue3-ts-mobile-template - **Description**: Vue3 + Typescript + vue-router + vuex + vant 使用了rem和vw2种方式适配兼容Vant组件库,详细配置见postcss.config.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2021-06-01 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-template ## Vue3 + Typescript + vue-router + axios + vuex全家桶 ## 使用了rem和vw2种方式 适配,详细见postcss.config.js ## 适配了Vant组件库 一般设计稿都是750px 但是vant 是375px ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ```