feat(electron): add rudimentary support for electron (#230)

* Added devdependency for electron

* Added rudimentary electron wrapper

* Merge typo
This commit is contained in:
kbrandwijk 2016-09-19 18:25:14 +02:00 committed by Dmitry Nehaychik
parent 0a420f19a8
commit 18c6912c72
3 changed files with 58 additions and 3 deletions

View file

@ -17,7 +17,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
const METADATA = {
title: 'ng2-admin - Angular 2 Admin Template',
description: 'Free Angular 2 and Bootstrap 4 Admin Template',
baseUrl: '/',
baseUrl: './',
isDevServer: helpers.isWebpackDevServer()
};