From b2365bd7c9c8f36b5d4a3e1dc0e70916d2f4e9e8 Mon Sep 17 00:00:00 2001 From: surinder singh Date: Fri, 2 Mar 2018 04:08:16 +0530 Subject: [PATCH] Monaco Editor under nodewebkit --- sample-nwjs-v2/index.html | 50 +++++++++++++++++++++++++++++++++++++ sample-nwjs-v2/package.json | 7 ++++++ 2 files changed, 57 insertions(+) create mode 100644 sample-nwjs-v2/index.html create mode 100644 sample-nwjs-v2/package.json 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