暂无描述

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

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