You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
npmrun 59589d370d chore: 一些无关紧要的修改 5 months ago
.vscode init 5 months ago
build init 5 months ago
config init 5 months ago
resources init 5 months ago
src fix: 修复指定预加载文件路径 5 months ago
.editorconfig init 5 months ago
.eslintignore init 5 months ago
.eslintrc.cjs init 5 months ago
.gitignore init 5 months ago
.npmrc init 5 months ago
.prettierignore init 5 months ago
.prettierrc.yaml init 5 months ago
README.md init 5 months ago
dev-app-update.yml init 5 months ago
electron-builder.yml init 5 months ago
electron.vite.config.ts chore: 一些无关紧要的修改 5 months ago
package.json chore: 一些无关紧要的修改 5 months ago
pnpm-lock.yaml init 5 months ago
tsconfig.json init 5 months ago
tsconfig.node.json init 5 months ago
tsconfig.web.json init 5 months ago

README.md

my-app

An Electron application with Vue and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux