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