diff --git a/deploy.sh b/deploy.sh
index d26ab22..942af38 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -8,6 +8,17 @@ function main() {
scp ./public/swagger/* zach@tickle.lan:./dndex/files/swagger/
scp ./dndex zach@tickle.lan:./dndex/dndex.new
ssh zach@tickle.lan bash -c 'true; while [ -e ./dndex/dndex.new ]; do printf "."; sleep 3; done; echo'
+ if [ -n "$BIG" ]; then
+ big
+ fi
+}
+
+function big() {
+ pushd ./public/vue/dndex-ui
+ npm install
+ npm run build
+ scp ./dist/* zach@tickle.lan:./dndex-ui/public/
+ popd
}
if [ "$0" == "$BASH_SOURCE" ]; then
diff --git a/public/vue/dndex-ui b/public/vue/dndex-ui
new file mode 160000
index 0000000..b926030
--- /dev/null
+++ b/public/vue/dndex-ui
@@ -0,0 +1 @@
+Subproject commit b926030237a25c51548d511c77b5df1ff7b8f7bd
diff --git a/public/vue/index.html b/public/vue/index.html
new file mode 100644
index 0000000..1f88de4
--- /dev/null
+++ b/public/vue/index.html
@@ -0,0 +1,29 @@
+
+