# vue3-template **Repository Path**: hankaiinterspace/vue3-template ## Basic Information - **Project Name**: vue3-template - **Description**: 一个用Vite+Vue3+TypeScript+WindiCss+Pinia开箱即用的模版 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-07-31 - **Last Updated**: 2023-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite ## 安装依赖 ```js npm install/yarn install ``` ## 运行 ```js npm run dev/yarn dev ``` ## 查看 ```js http://localhost:1111/vue3-template/ ```