No Description

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

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