# uni-vue3-ts-template **Repository Path**: weizwz/uni-vue3-ts-template ## Basic Information - **Project Name**: uni-vue3-ts-template - **Description**: uin-app + vue3 + ts + vite 搭建的项目模板 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.cnblogs.com/weizwz/p/17952042 - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 6 - **Created**: 2024-01-04 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: uni-app, vue3, vite, TypeScript ## README # uni-vue3-ts-template ### 介绍 uin-app + vue3 + ts + vite 搭建的项目模板 ### 启动 安装 ```shell npm i ``` 运行,以微信小程序为例 ```shell npm run dev:mp-weixin ``` 然后打开 `微信开发者工具`,导入 `dist/dev/mp-weixin` 项目,然后就可以预览了 ### 项目搭建流程 参考文档 [uni-app+vue3+ts项目搭建](https://www.cnblogs.com/weizwz/p/17952042) 参考文档 [小兔鲜儿 - 项目起步](https://megasu.gitee.io/uni-app-shop-note/rabbit-shop/)