yingpengsha / electron-vite-quick-start

⚡ Full stack uses Vite to run Electron application, including main process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-vite

This project has been included in awesome-vite.

electron-vite-quick-start

  • Full stack uses Vite to run Electron application, including main process.
  • 💡 The project is managed using yarn workspaces, Therefore, it is recommended to use Yarn as a packages management tool.

Quick usage

# Clone this repository
$ git clone https://github.com/yingpengsha/electron-vite-quick-start.git
# Go into the repository
$ cd electron-vite-quick-start
# Install dependencies
$ yarn install
# Run the app
$ yarn run start

Build

$ yarn run build

Todo

Dashboard

License

MIT

About

⚡ Full stack uses Vite to run Electron application, including main process.

License:MIT License


Languages

Language:JavaScript 64.0%Language:Vue 20.1%Language:TypeScript 12.7%Language:HTML 3.1%