From fa3f2d2cd196998bd1d0d09a0c649d7f26500ded Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 10 May 2020 09:24:22 -0400 Subject: Added the files --- pages/README.md | 6 +++++ pages/index.vue | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/inspire.vue | 15 +++++++++++ 3 files changed, 96 insertions(+) create mode 100644 pages/README.md create mode 100644 pages/index.vue create mode 100644 pages/inspire.vue (limited to 'pages') diff --git a/pages/README.md b/pages/README.md new file mode 100644 index 0000000..1d5d48b --- /dev/null +++ b/pages/README.md @@ -0,0 +1,6 @@ +# PAGES + +This directory contains your Application Views and Routes. +The framework reads all the `*.vue` files inside this directory and creates the router of your application. + +More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing). diff --git a/pages/index.vue b/pages/index.vue new file mode 100644 index 0000000..427bfc4 --- /dev/null +++ b/pages/index.vue @@ -0,0 +1,75 @@ + + + diff --git a/pages/inspire.vue b/pages/inspire.vue new file mode 100644 index 0000000..4ed16f9 --- /dev/null +++ b/pages/inspire.vue @@ -0,0 +1,15 @@ + -- cgit v1.2.3