mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-22 17:26:10 +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
|
|
@ -104,7 +104,8 @@
|
|||
"compression-webpack-plugin": "^0.3.1",
|
||||
"es6-promise": "^3.1.2",
|
||||
"es6-shim": "^0.35.0",
|
||||
"es7-reflect-metadata": "^1.6.0"
|
||||
"es7-reflect-metadata": "^1.6.0",
|
||||
"electron": "^1.3.4"
|
||||
},
|
||||
"scripts": {
|
||||
"rimraf": "rimraf",
|
||||
|
|
@ -142,7 +143,8 @@
|
|||
"start": "npm run server:dev",
|
||||
"start:hmr": "npm run server:dev:hmr",
|
||||
"version": "npm run build",
|
||||
"postversion": "git push && git push --tags"
|
||||
"postversion": "git push && git push --tags",
|
||||
"electron": "electron ./src/electron/main.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue