Keine Beschreibung

zhuangyunsheng 7423846d9f first commit vor 10 Monaten
.vscode 7423846d9f first commit vor 10 Monaten
build 7423846d9f first commit vor 10 Monaten
resources 7423846d9f first commit vor 10 Monaten
src 7423846d9f first commit vor 10 Monaten
.editorconfig 7423846d9f first commit vor 10 Monaten
.gitignore 7423846d9f first commit vor 10 Monaten
.npmrc 7423846d9f first commit vor 10 Monaten
.prettierignore 7423846d9f first commit vor 10 Monaten
.prettierrc.yaml 7423846d9f first commit vor 10 Monaten
README.md 7423846d9f first commit vor 10 Monaten
dev-app-update.yml 7423846d9f first commit vor 10 Monaten
electron-builder.yml 7423846d9f first commit vor 10 Monaten
electron.vite.config.mjs 7423846d9f first commit vor 10 Monaten
eslint.config.mjs 7423846d9f first commit vor 10 Monaten
package.json 7423846d9f first commit vor 10 Monaten

README.md

easydo-electron

An Electron application with Vue

Recommended IDE Setup

Project Setup

Install

$ 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