lichong fdb90d2bc3 10.25 5 months ago
build init 6 months ago
public/icon init 6 months ago
src 10.25 5 months ago
.editorconfig init 6 months ago
.gitignore init 6 months ago
.npmrc init 6 months ago
.prettierignore init 6 months ago
.prettierrc init 6 months ago
README.md init 6 months ago
electron-builder.yml 10.23 5 months ago
electron.vite.config.js init 6 months ago
jsconfig.json init 6 months ago
package.json 10.23 5 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