diff --git a/webapp/assets.md b/webapp/assets.md deleted file mode 100644 index 6ac7dc388..000000000 --- a/webapp/assets.md +++ /dev/null @@ -1,5 +0,0 @@ -# ASSETS - -This directory contains your un-compiled assets such as LESS, SASS, or JavaScript – in our case SCSS styles. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). diff --git a/webapp/layouts.md b/webapp/layouts.md deleted file mode 100644 index a709d79fe..000000000 --- a/webapp/layouts.md +++ /dev/null @@ -1,5 +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). diff --git a/webapp/middleware.md b/webapp/middleware.md deleted file mode 100644 index a899527e2..000000000 --- a/webapp/middleware.md +++ /dev/null @@ -1,5 +0,0 @@ -# MIDDLEWARE - -This directory contains our application middleware. The middleware lets you define custom functions 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). diff --git a/webapp/pages.md b/webapp/pages.md deleted file mode 100644 index 352c9fa04..000000000 --- a/webapp/pages.md +++ /dev/null @@ -1,6 +0,0 @@ -# PAGES - -This directory contains your Application Views and Routes. The framework reads all the `*.vue` files inside this directory and create the router of your application. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing). - diff --git a/webapp/plugins.md b/webapp/plugins.md deleted file mode 100644 index dc7b545f2..000000000 --- a/webapp/plugins.md +++ /dev/null @@ -1,5 +0,0 @@ -# PLUGINS - -This directory contains your Javascript plugins that you want to run before mounting the root Vue.js application. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins). diff --git a/webapp/static.md b/webapp/static.md deleted file mode 100644 index db271e3a5..000000000 --- a/webapp/static.md +++ /dev/null @@ -1,9 +0,0 @@ -# STATIC - -This directory contains your static files. Each file inside this directory is mapped to `/`. - -Example: `/static/robots.txt` is mapped as `/robots.txt`. - -We use it for images. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static). diff --git a/webapp/store.md b/webapp/store.md deleted file mode 100644 index 6c8e3735c..000000000 --- a/webapp/store.md +++ /dev/null @@ -1,7 +0,0 @@ -# STORE - -This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework. - -Creating a file in this directory activates the option in the framework automatically. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store). diff --git a/webapp/styleguide.md b/webapp/styleguide.md deleted file mode 100644 index 1c3951494..000000000 --- a/webapp/styleguide.md +++ /dev/null @@ -1,12 +0,0 @@ -# Styleguide - -For this Projoject we decided to use [Jörg Bayreuther's](https://github.com/visualjerk) _\(visualjerk\)_ fantastic Design System called [CION](https://cion.visualjerk.de/). _\(see a_ [_demo_](https://styleguide.cion.visualjerk.de/)_\)_ - -![Styleguide in action under https://localhost:8080](../.gitbook/assets/screenshot-styleguide.png) - -## Checkout the Styleguide - -It's now an npm package. Want to help with it's development or maintenance? - -[Head over to the repo](https://github.com/Human-Connection/Nitro-Styleguide) -