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 @@ ************************************************************************* -->