mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(electron): add rudimentary support for electron (#230)
* Added devdependency for electron * Added rudimentary electron wrapper * Merge typo
This commit is contained in:
parent
0a420f19a8
commit
18c6912c72
3 changed files with 58 additions and 3 deletions
|
|
@ -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()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue