You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
lichong 192b9219c9 10.8 6 months ago
build init 7 months ago
public/icon init 7 months ago
src 10.8 6 months ago
.editorconfig init 7 months ago
.gitignore init 7 months ago
.npmrc init 7 months ago
.prettierignore init 7 months ago
.prettierrc init 7 months ago
README.md init 7 months ago
electron-builder.yml init 7 months ago
electron.vite.config.js init 7 months ago
jsconfig.json init 7 months ago
package.json init 7 months ago

README.md

my-app

An Electron application with Vue

Project Setup

Install(node 16.20.1)

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux