Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/churchtao/electron-forge-vite-react-template
Sample project containing Electron Forge + Vite + React.
https://github.com/churchtao/electron-forge-vite-react-template
Last synced: 5 days ago
JSON representation
Sample project containing Electron Forge + Vite + React.
- Host: GitHub
- URL: https://github.com/churchtao/electron-forge-vite-react-template
- Owner: ChurchTao
- Created: 2023-09-07T11:04:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-07T11:07:19.000Z (over 1 year ago)
- Last Synced: 2023-09-07T12:25:00.827Z (over 1 year ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-forge-vite-vue-template
Mini template for electron-forge combine with vite and React.
## How to start
Start dev:
```bash
npm run start
```Build:
```bash
npm run publish
```## Electron Forge
[Electron Forge](https://www.electronforge.io/) is a complete tool for creating, publishing, and installing modern Electron applications.
## React + Vite
This template should help get you started developing with React in Vite.
## License
MIT