Aucune description

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

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