diff --git a/.travis.yml b/.travis.yml index 9a621fb8..93f7a625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,10 @@ branches: except: - debug node_js: - - 4.0 - - 4.2 - - 5.0 - - 6.8 - - 7.9 - - 8.6 + - 4 + - 6 + - 8 + - 10 cache: directories: - node_modules \ No newline at end of file diff --git a/examples/vue/index.html b/examples/vue/index.html index c00914bd..0ef5bb68 100644 --- a/examples/vue/index.html +++ b/examples/vue/index.html @@ -1,131 +1,178 @@ - - Gun plugin for Vue - - - - - - -
- This is example of simple Vue plugin. It works exatcly same as the Vue instance data property, but the name is gunData.
- The cool part is that every property in the gunData is realtime synced via gunDB to every other page viewer!
- - - - - - -
- Vue instance data: -
{{ $data }}
-
- test
- arr[1]
- obj.a
- deepObj.level1.prop
- deepObj.level1.arr[1]
-
-
-
-
-
-
-
-
- -
-
- + + + +
+ This is example of simple Vue plugin. It works exatcly same as the Vue instance data property, but the name is gunData.
+ The cool part is that every property in the gunData is realtime synced via gunDB to every other page viewer!
+ + + + + + +
+ Vue instance data: +

+        
+ test
+ arr[1]
+ obj.a
+ deepObj.level1.prop
+ deepObj.level1.arr[1]
+
+
+
+
+
+
+
+
+ +
+
+ - - + + +