From eebf585fc3f51c06b8826ab650e0861eafaa60e0 Mon Sep 17 00:00:00 2001 From: rebornix Date: Fri, 3 Feb 2017 20:20:51 -0800 Subject: [PATCH] nwjs --- .gitignore | 1 + sample-nwjs/index.html | 48 ++++++++++++++++++++++++++++++++++++++++ sample-nwjs/package.json | 7 ++++++ 3 files changed, 56 insertions(+) create mode 100644 sample-nwjs/index.html create mode 100644 sample-nwjs/package.json diff --git a/.gitignore b/.gitignore index a0c00cd7..4574414d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /node_modules/ +**/node_modules/ \ No newline at end of file diff --git a/sample-nwjs/index.html b/sample-nwjs/index.html new file mode 100644 index 00000000..74fd3b6a --- /dev/null +++ b/sample-nwjs/index.html @@ -0,0 +1,48 @@ + + + + + Hello World! + + + +

Hello World!

+
+ + + + + + + + \ No newline at end of file diff --git a/sample-nwjs/package.json b/sample-nwjs/package.json new file mode 100644 index 00000000..c52d34d8 --- /dev/null +++ b/sample-nwjs/package.json @@ -0,0 +1,7 @@ +{ + "name": "helloworld", + "main": "index.html", + "dependencies": { + "monaco-editor": "0.x.x" + } +} \ No newline at end of file