# weiz-vue3-template **Repository Path**: lemon_soda/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**: 2 - **Created**: 2023-12-05 - **Last Updated**: 2023-12-05 ## 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 ```