# vue3-mobile **Repository Path**: zhizous/vue3-mobile ## Basic Information - **Project Name**: vue3-mobile - **Description**: vite+vue3+ts+postcss搭建移动端起始项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://vue3-mobile.zhizous.cn/ - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2021-04-30 - **Last Updated**: 2023-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # Vue 3 + Typescript + Vite ## install link: [Vitejs中文文档](https://www.vitejs.net/guide/#%E6%90%AD%E5%BB%BA%E7%AC%AC%E4%B8%80%E4%B8%AA-vite-%E9%A1%B9%E7%9B%AE) ```base # npm 6.x npm init @vitejs/app my-vue-app --template vue # npm 7+, 需要额外的双横线: npm init @vitejs/app my-vue-app -- --template vue # yarn yarn create @vitejs/app my-vue-app --template vue ``` This template should help get you started developing with Vue 3 and Typescript in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur). Make sure to enable `vetur.experimental.templateInterpolationService` in settings! ### If Using `