Keine Beschreibung

zhuangyunsheng 7423846d9f first commit vor 6 Monaten
.vscode 7423846d9f first commit vor 6 Monaten
build 7423846d9f first commit vor 6 Monaten
resources 7423846d9f first commit vor 6 Monaten
src 7423846d9f first commit vor 6 Monaten
.editorconfig 7423846d9f first commit vor 6 Monaten
.gitignore 7423846d9f first commit vor 6 Monaten
.npmrc 7423846d9f first commit vor 6 Monaten
.prettierignore 7423846d9f first commit vor 6 Monaten
.prettierrc.yaml 7423846d9f first commit vor 6 Monaten
README.md 7423846d9f first commit vor 6 Monaten
dev-app-update.yml 7423846d9f first commit vor 6 Monaten
electron-builder.yml 7423846d9f first commit vor 6 Monaten
electron.vite.config.mjs 7423846d9f first commit vor 6 Monaten
eslint.config.mjs 7423846d9f first commit vor 6 Monaten
package.json 7423846d9f first commit vor 6 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