Skip to content

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.

License

Notifications You must be signed in to change notification settings

mgthomas99/electron-typescript-vue

 
 

Repository files navigation

electron-vue-typescript-boilerplate

LICENSE

A boilerplate project integrating Electron, Vue and Typescript using Webpack. The project can be compiled into a distributable binary and even bundled into an executable file, using the scripts included in this package.

Build

  npm run build

Building the project will compile the source code and bundle it with the assets used. The bundle will be outputted to the dist/ directory (which is created if it does not already exist).

The command will also produce an executable, outputted to the build/ directory, along with a new folder (also in the build/) directory containing the unpackaged executable.

License

See the LICENSE file for license information.

About

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • TypeScript 10.9%
  • HTML 6.1%
  • Vue 2.2%