summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-26 11:35:53 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-26 11:35:53 +0200
commita3c20365096b56da157164ab7cdc5e6e03d6b09a (patch)
tree5d65f970cc16010893b7dd6c10ff73bc92a2d9d6 /templates
Vue example app
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
new file mode 100644
index 00000000..ece0ad45
--- /dev/null
+++ b/templates/main.php
@@ -0,0 +1,5 @@
+<?php
+script('vueexample', 'vueexample');
+style('vueexample', 'style');
+?>
+<div id="vue-content"></div>