From dbcfd10b149e3177d6dc74b5dc341bbf3cdfe213 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 4 Nov 2016 16:06:14 -0400 Subject: [PATCH] Use pug templates --- app/App.vue | 7 +++---- app/views/dashboardView.vue | 5 +++-- app/views/publicView.vue | 7 +++---- index.html | 15 --------------- index.pug | 13 +++++++++++++ package.json | 7 +++++-- 6 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 index.html create mode 100644 index.pug diff --git a/app/App.vue b/app/App.vue index 9ac1e1d..cc0e43b 100644 --- a/app/App.vue +++ b/app/App.vue @@ -1,5 +1,4 @@ -