From 6b3e8f9d95e9a05ad0cf87ac70de27a69b367ae9 Mon Sep 17 00:00:00 2001 From: Napzu Date: Sat, 8 Apr 2017 09:14:15 +0300 Subject: [PATCH] Create index.html --- examples/vue/index.html | 131 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 examples/vue/index.html diff --git a/examples/vue/index.html b/examples/vue/index.html new file mode 100644 index 00000000..45289863 --- /dev/null +++ b/examples/vue/index.html @@ -0,0 +1,131 @@ + + + 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]
+
+
+
+
+
+
+
+
+ +
+
+ + +