Skip to content

Template for a dual web/electron application written in TypeScript and Vue 3, with Vite as the build system.

License

Notifications You must be signed in to change notification settings

papito/vue3-ts-vite-web-electron

Repository files navigation

Vue3 TypeScript project, powered by Vite, to build web and Electron applications

Initial Setup

make install

Running the dev web server

make dev

Build

make build

Running the dev Electron server

The dev version of Electron app simply loads what's on the dev server, so you must start the dev server first:

make dev
make electron

Build

npm run electron:build

Running ESLint

make lint

About

Template for a dual web/electron application written in TypeScript and Vue 3, with Vite as the build system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published