Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuriygr/vue-plantcare


https://github.com/yuriygr/vue-plantcare

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# front-new

## Структура папок

Обычно, в данном бойлерплейте оно выглядит так

```
+-- app
| +-- components
| | -- filters
| | -- global_ui
| | -- router
| | -- store
| | -- i18n
| +-- services
| | -- api
| | -- bus
| | -- storage
| | -- utilities
| +-- locales
| | -- ru.json
| | -- en.json
| | etc

+-- components
| +-- _global
| | +-- layers
| | +-- page
| | -- Icon.vue
| +-- _site
| +-- modals
| etc

+-- Views
| -- Home.vue
| -- Help.vue
| etc
```