mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +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
c48fd9ed64
commit
5cb7e13477
3 changed files with 58 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ const HMR = helpers.hasProcessFlag('hot');
|
|||
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