From 768b047e89f419deca3ddd00af7cb75209de97b6 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 30 Aug 2019 10:08:13 +0200 Subject: Move to nuxtjs --- pages/404.vue | 6 ++++++ pages/README.md | 6 ++++++ pages/download.vue | 18 ++++++++++++++++++ pages/index.vue | 16 ++++++++++++++++ pages/kontakt.vue | 13 +++++++++++++ pages/o-nas.vue | 3 +++ 6 files changed, 62 insertions(+) create mode 100644 pages/404.vue create mode 100644 pages/README.md create mode 100644 pages/download.vue create mode 100644 pages/index.vue create mode 100644 pages/kontakt.vue create mode 100644 pages/o-nas.vue (limited to 'pages') diff --git a/pages/404.vue b/pages/404.vue new file mode 100644 index 0000000..3292f65 --- /dev/null +++ b/pages/404.vue @@ -0,0 +1,6 @@ + \ No newline at end of file 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/download.vue b/pages/download.vue new file mode 100644 index 0000000..dd6b507 --- /dev/null +++ b/pages/download.vue @@ -0,0 +1,18 @@ + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue new file mode 100644 index 0000000..736e7f4 --- /dev/null +++ b/pages/index.vue @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/pages/kontakt.vue b/pages/kontakt.vue new file mode 100644 index 0000000..cffe8be --- /dev/null +++ b/pages/kontakt.vue @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/pages/o-nas.vue b/pages/o-nas.vue new file mode 100644 index 0000000..2455cec --- /dev/null +++ b/pages/o-nas.vue @@ -0,0 +1,3 @@ + \ No newline at end of file -- cgit 1.4.1