Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yingpengsha/electron-vite-quick-start

⚡ Full stack uses Vite to run Electron application, including main process.
https://github.com/yingpengsha/electron-vite-quick-start

electron electron-applications quickstart template vite vite-electron workspaces yarn

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        


electron-vite

> This project has been included in [awesome-vite](https://github.com/vitejs/awesome-vite).

# electron-vite-quick-start

- ⚡ **Full stack uses Vite** to run Electron application, including main process.
- 💡 The project is managed using **[yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/)**, Therefore, it is recommended to use **Yarn** as a packages management tool.

## Quick usage

```bash
# 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

```base
$ yarn run build
```

## Todo

[Dashboard](https://github.com/yingpengsha/electron-vite-quick-start/projects/1)

## License

[MIT](License)