Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuriygr/vue-plantcare
https://github.com/yuriygr/vue-plantcare
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuriygr/vue-plantcare
- Owner: yuriygr
- Created: 2024-01-16T16:19:32.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-16T17:48:40.000Z (12 months ago)
- Last Synced: 2024-03-16T01:32:55.963Z (10 months ago)
- Language: Vue
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```