Açıklama Yok

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

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