From 9bbfe7838a218e8fc1e65fca660407f0717baef9 Mon Sep 17 00:00:00 2001 From: Julien Date: Sun, 9 Sep 2018 17:26:24 +0200 Subject: [PATCH] refactor(app): remove useless folders --- components/README.md | 7 ------ layouts/README.md | 9 -------- layouts/default.vue | 52 +++++++++----------------------------------- middleware/README.md | 10 --------- pages/index.vue | 16 ++++++++++++-- plugins/README.md | 9 -------- static/README.md | 12 ---------- store/README.md | 11 ---------- 8 files changed, 24 insertions(+), 102 deletions(-) delete mode 100644 components/README.md delete mode 100644 layouts/README.md delete mode 100644 middleware/README.md delete mode 100644 plugins/README.md delete mode 100644 static/README.md delete mode 100644 store/README.md diff --git a/components/README.md b/components/README.md deleted file mode 100644 index f5e49d2..0000000 --- a/components/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# COMPONENTS - -The components directory contains your Vue.js Components. -Nuxt.js doesn't supercharge these components. - -**This directory is not required, you can delete it if you don't want to use it.** - diff --git a/layouts/README.md b/layouts/README.md deleted file mode 100644 index ecce644..0000000 --- a/layouts/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# LAYOUTS - -This directory contains your Application Layouts. - -More information about the usage of this directory in the documentation: -https://nuxtjs.org/guide/views#layouts - -**This directory is not required, you can delete it if you don't want to use it.** - diff --git a/layouts/default.vue b/layouts/default.vue index a17c5bc..ffbad7f 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -30,51 +30,19 @@ export default { diff --git a/middleware/README.md b/middleware/README.md deleted file mode 100644 index 08adfd4..0000000 --- a/middleware/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# MIDDLEWARE - -This directory contains your Application Middleware. -The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts). - -More information about the usage of this directory in the documentation: -https://nuxtjs.org/guide/routing#middleware - -**This directory is not required, you can delete it if you don't want to use it.** - diff --git a/pages/index.vue b/pages/index.vue index 226b302..acaf0d7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -3,7 +3,10 @@ ************************************************************************* -->