# vite-project **Repository Path**: edrik/vite-project ## Basic Information - **Project Name**: vite-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite Tauri Uente ## electron package.json ```json "main":"dist-electron/main.js" ``` ## tauri ```sh mkdir vite-project cd vite-project yarn create vite . yarn add -D @tauri-apps/cli@latest yarn tauri init yarn tauri dev yarn tauri icon ``` https://juejin.cn/column/7172005569142259719