Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Start developing an electron application with TypeScript and Vue.

License

Notifications You must be signed in to change notification settings

oliverschwendener/electron-typescript-vue-quickstart

Repository files navigation

Electron Typescript Vue Quickstart

Requirements

  • Node 16
  • Yarn

Development

Install dependencies

$ yarn

Bundle files

$ yarn bundle

If environment variable NODE_ENV is set to production a production build will be triggered

Add --watch to watch the source files and trigger a build on change

Lint TypeScript files

$ yarn lint

Run tests

$ yarn test

Start app

$ yarn start

Package app

$ yarn package

Release e new version to GitHub

$ yarn package:publish