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 7023810b2a style: 优化代码格式 5 months ago
.vscode style: 优化代码格式 5 months ago
build init 5 months ago
config style: 优化代码格式 5 months ago
resources init 5 months ago
src style: 优化代码格式 5 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 style: 优化代码格式 5 months ago
package.json style: 优化代码格式 5 months ago
pnpm-lock.yaml feat: 新增unocss 5 months ago
tsconfig.json init 5 months ago
tsconfig.node.json init 5 months ago
tsconfig.web.json init 5 months ago
uno.config.ts style: 优化代码格式 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