설명 없음

zhuangyunsheng 88c216d4c6 commit 6 달 전
.vscode 7423846d9f first commit 6 달 전
build 7423846d9f first commit 6 달 전
resources 7423846d9f first commit 6 달 전
src ba0b83b7a0 vue-cli 6 달 전
.editorconfig 7423846d9f first commit 6 달 전
.env.development a1fdc5d6d7 vue-cli 6 달 전
.env.production a1fdc5d6d7 vue-cli 6 달 전
.eslintrc-auto-import.json a1fdc5d6d7 vue-cli 6 달 전
.gitignore 7423846d9f first commit 6 달 전
.npmrc 7423846d9f first commit 6 달 전
.prettierignore 7423846d9f first commit 6 달 전
.prettierrc.yaml 7423846d9f first commit 6 달 전
README.md 7423846d9f first commit 6 달 전
dev-app-update.yml 7423846d9f first commit 6 달 전
electron-builder.yml 7423846d9f first commit 6 달 전
electron.vite.config.mjs 88c216d4c6 commit 6 달 전
eslint.config.mjs 7423846d9f first commit 6 달 전
package.json 88c216d4c6 commit 6 달 전

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