diff --git a/sample-nwjs-v2/index.html b/sample-nwjs-v2/index.html new file mode 100644 index 0000000000..0cee5b3714 --- /dev/null +++ b/sample-nwjs-v2/index.html @@ -0,0 +1,50 @@ + + + + + Monaco Editor under nodewebkit + + + + + +
+ + + + + + \ No newline at end of file diff --git a/sample-nwjs-v2/package.json b/sample-nwjs-v2/package.json new file mode 100644 index 0000000000..c52d34d8f8 --- /dev/null +++ b/sample-nwjs-v2/package.json @@ -0,0 +1,7 @@ +{ + "name": "helloworld", + "main": "index.html", + "dependencies": { + "monaco-editor": "0.x.x" + } +} \ No newline at end of file