# electron-vite-vue **Repository Path**: SammyO_O/electron-vite-vue ## Basic Information - **Project Name**: electron-vite-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-09-24 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-vite-vue ## Features - Vue 3 + Vite + Pinia - File based routing - Components auto importing - Layout system - UnoCSS + Naive UI - i18n - TypeScript ```bash $ pnpm install ``` ### Development ```bash $ pnpm dev ``` ### Build ```bash # For windows $ pnpm build:win # For macOS $ pnpm build:mac # For Linux $ pnpm build:linux ```