# vite-vue3 **Repository Path**: FuXiangRong/vite-vue3 ## Basic Information - **Project Name**: vite-vue3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-06 - **Last Updated**: 2021-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Typescript + Vite ## 安装依赖 ``` yarn ``` ## 安装具体模块 ``` yarn add XXX -D 或 yarn add XXX -S ``` ### 执行小开发环境 ``` yarn dev ``` ### 执行打包 ``` yarn build build ```