+
+ Page visits: {{ data.count }}
+
+
+
+
diff --git a/examples/async-data/server/api/count.js b/examples/async-data/server/api/count.js
new file mode 100644
index 0000000000..678b2b2700
--- /dev/null
+++ b/examples/async-data/server/api/count.js
@@ -0,0 +1,3 @@
+let ctr = 0
+
+export default () => ({ count: ++ctr })
diff --git a/examples/hello-world/app.vue b/examples/hello-world/app.vue
new file mode 100644
index 0000000000..9b85b82783
--- /dev/null
+++ b/examples/hello-world/app.vue
@@ -0,0 +1,5 @@
+