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 c432071e95 feat: 重构 4 months ago
.vscode feat: 重构 4 months ago
build init 5 months ago
config feat: 重构 4 months ago
resources feat: 重构 4 months ago
src feat: 重构 4 months ago
.editorconfig chore: 增加格式化工具 5 months ago
.eslintignore init 5 months ago
.eslintrc.cjs chore: 增加格式化工具 5 months ago
.gitignore init 5 months ago
.npmrc init 5 months ago
.prettierignore init 5 months ago
.prettierrc chore: 增加格式化工具 5 months ago
README.md style: 优化代码格式 5 months ago
dev-app-update.yml init 5 months ago
electron-builder.yml style: 优化代码格式 5 months ago
electron.vite.config.ts feat: 重构 4 months ago
package.json feat: 重构 4 months ago
pnpm-lock.yaml feat: 重构 4 months ago
tsconfig.json init 5 months ago
tsconfig.node.json feat: 重构 4 months ago
tsconfig.web.json feat: 重构 4 months ago
uno.config.ts feat: 重构 4 months ago
推荐.md feat: 重构 4 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