Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ripper committed Mar 9, 2019
1 parent 0628e92 commit 7ab7bed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ A typescript boilerplate for Vue.js with Vue CLI 3.x that uses:

## Architecture
This is the way I personally structure Vue.js projects. Feel free to modify it to fit your needs.
- :file_folder: `assets`: Contains all assets such as images or sound files.
- :file_folder: `components`: Contains all `Vue` components.
- :file_folder: `layouts`: Contains all `Vue`-Layouts that can be set in the `vue-router`.
- :file_folder: `models`: Contains all models needed for the business logic.
- :file_folder: `requests`: Contains all requests needed for communicating with the API.
- :file_folder: `rules`: Contains all reusable validation rules.
- :file_folder: `services`: Contains all services that fulfill web-requests.
- :file_folder: `store`: Contains all modules that are being used by the `vuex`-store.
- :file_folder: `style`: Contains all stylesheets.
- :file_folder: `translations`: Contains all translations as `.ts` files.
- :file_folder: `views`: Contains all views that are being used in the `vue-router`.
:file_folder: `assets`: Contains all assets such as images or sound files.
:file_folder: `components`: Contains all `Vue` components.
:file_folder: `layouts`: Contains all `Vue`-Layouts that can be set in the `vue-router`.
:file_folder: `models`: Contains all models needed for the business logic.
:file_folder: `requests`: Contains all requests needed for communicating with the API.
:file_folder: `rules`: Contains all reusable validation rules.
:file_folder: `services`: Contains all services that fulfill web-requests.
:file_folder: `store`: Contains all modules that are being used by the `vuex`-store.
:file_folder: `style`: Contains all stylesheets.
:file_folder: `translations`: Contains all translations as `.ts` files.
:file_folder: `views`: Contains all views that are being used in the `vue-router`.


## Commands
Expand Down

0 comments on commit 7ab7bed

Please sign in to comment.