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 2119c45d76 init 1 year ago
.vscode init 1 year ago
build init 1 year ago
config init 1 year ago
resources init 1 year ago
src init 1 year ago
.editorconfig init 1 year ago
.eslintignore init 1 year ago
.eslintrc.cjs init 1 year ago
.gitignore init 1 year ago
.npmrc init 1 year ago
.prettierignore init 1 year ago
.prettierrc.yaml init 1 year ago
README.md init 1 year ago
dev-app-update.yml init 1 year ago
electron-builder.yml init 1 year ago
electron.vite.config.ts init 1 year ago
package.json init 1 year ago
pnpm-lock.yaml init 1 year ago
tsconfig.json init 1 year ago
tsconfig.node.json init 1 year ago
tsconfig.web.json init 1 year 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