# weiz-vue3-template **Repository Path**: yuanduankaifa/weiz-vue3-template ## Basic Information - **Project Name**: weiz-vue3-template - **Description**: Vite4+Typescript+Vue3+Pinia 项目模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.cnblogs.com/weizwz/p/17822584.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-08-14 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weiz-vue3-template ## 简介 Vite4+Typescript+Vue3+Pinia 项目模板 ## 运行 安装依赖 ```shell npm i ``` 运行 ```shell npm run dev ``` 打包 ```shell npm run build ```