remove unused readme files

This commit is contained in:
Alina Beck 2019-10-29 11:16:35 +03:00
parent 31de10a92e
commit 5d1f7bd86e
8 changed files with 0 additions and 54 deletions

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

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