/electron-typescript-vue

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.

Primary LanguageJavaScriptMIT LicenseMIT

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.