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