# vue-vite **Repository Path**: b0xing/vue-vite ## Basic Information - **Project Name**: vue-vite - **Description**: 使用vite 创建vue3项目 案例练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-01 - **Last Updated**: 2023-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3的案例 ### 组件嵌套 ### 组件间传递数据 ### todoList案例 ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```