Skip to content

yingpengsha/electron-vite-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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