Skip to content

mikerogne/electron-webpack-ts-vue-boilerplate

 
 

Repository files navigation

Electron Webpack / Typescript / Vue.js Boilerplate

dependencies Status devDependencies Status MIT Licence

Introduction

This is just another Electron boilerplate. I created this because anything I found over the internet failed to compile using current version of webpack due to a bug.

This specific boilerplate provides

Installation

It is highly recommended to use Yarn package manager instead of NPM. As of today installing packages using NPM will result in failing webpack compilation.

# Clone the repository ...
$ git clone https://github.com/patrickberger/electron-webpack-ts-vue-boilerplate

# ... and install dependencies.
yarn

Available scripts:

# Run in development mode.
yarn dev

# Compile.
yarn compile

# Build an installer for your current platform.
yarn build

About

Just another Electron boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.1%
  • TypeScript 34.4%
  • Vue 7.5%