Tidak Ada Deskripsi

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

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