Nincs leírás

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

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