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 32fcfa3e86 Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
.vscode Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
build init 1 month ago
packages Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
resources init 1 month ago
src Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
.editorconfig init 1 month ago
.env Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
.gitignore init 1 month ago
.npmrc Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 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 Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
eslint.config.mjs init 1 month ago
package.json Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
pnpm-lock.yaml Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
pnpm-workspace.yaml Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
study.md init 1 month ago
tsconfig.json init 1 month ago
tsconfig.node.json Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 1 month ago
tsconfig.web.json Initialize project structure with configuration files, add TRPC support, and implement window management. Introduce new packages for config, logger, and TRPC, along with necessary updates to existing files for improved functionality and organization. 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