diff options
| author | Lucifer <[email protected]> | 2019-12-13 06:31:19 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-13 06:31:19 +0530 |
| commit | c9969c2a2d0e2b171311c359ad9db2f6beca32b1 (patch) | |
| tree | 36079edf53cbdd2aed20d09f2852a1db058fd630 /templates/windows | |
| parent | 787fbbafa5c1a1387aea9ccbc6e1b170b6b766b8 (diff) | |
| download | nativekit-c9969c2a2d0e2b171311c359ad9db2f6beca32b1.tar.xz nativekit-c9969c2a2d0e2b171311c359ad9db2f6beca32b1.zip | |
Added Win/macOS Templates and Electron
Added Electron as a dev dependency. Added Template app Package JSON for different template apps of macOS and Windows
Diffstat (limited to 'templates/windows')
| -rw-r--r-- | templates/windows/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/windows/package.json b/templates/windows/package.json new file mode 100644 index 0000000..147a812 --- /dev/null +++ b/templates/windows/package.json @@ -0,0 +1,10 @@ +{ + "name": "nativeui-win-template", + "version": "1.0.0", + "description": "Windows template app for Native UI", + "main": "main.js", + "author": "Kumar Priyansh", + "scripts": { + "start": "electron ." + } +}
\ No newline at end of file |
