Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 688 Bytes

README.md

File metadata and controls

43 lines (39 loc) · 688 Bytes

Quick Start

git clone https://github.com/Eling486/electron-vite-vue.git
cd electron-vite-vue
yarn
yarn electron:dev

Generate Icon

yarn icons

Build Application

yarn electron:build

File Tree

electron-vite-vue
├─src
│ ├─main
│ │ ├─modules/
│ │ └─index.js
│ ├─preload
│ │ └─preload.js
│ └─renderer
│   ├─assets
│   │ ├─css
│   │ └─images
│   ├─components/
│   ├─pages/
│   ├─router/
│   └─store/
├─.gitignore
├─index.html
├─package.json
├─README.md
└─vite.config.js