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.
 
 
 
 
 
dash 7fd7d8c1af init 1 month ago
.vscode init 1 month ago
build init 1 month ago
resources init 1 month ago
src init 1 month ago
.editorconfig init 1 month ago
.gitignore init 1 month ago
.npmrc init 1 month ago
.prettierignore init 1 month ago
.prettierrc.yaml init 1 month ago
README.md init 1 month ago
dev-app-update.yml init 1 month ago
electron-builder.yml init 1 month ago
electron.vite.config.ts init 1 month ago
eslint.config.mjs init 1 month ago
package.json init 1 month ago
pnpm-lock.yaml init 1 month ago
study.md init 1 month ago
tsconfig.json init 1 month ago
tsconfig.node.json init 1 month ago
tsconfig.web.json init 1 month ago

README.md

electron-trpc-demo

An Electron application with Vue and TypeScript

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