This is a template repository for creating a Vite + Vue 3 + Pinia + Electron + TypeScript project.
- Vite for fast development and hot module replacement
- Vue 3 for building modern and reactive user interfaces
- Pinia for state management with composition API
- Electron for building cross-platform desktop applications
- TypeScript for type-safe development
To get started with this template, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/your-repo.git - Install dependencies:
npm install - Start the development server:
npm run app:dev - Build the application:
npm run app:build - Run the application:
npm run app:preview
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.