docs: update README

This commit is contained in:
mrholek
2024-05-01 15:52:05 +02:00
parent 7c5d59c402
commit 9e4a7f80f7
+4 -4
View File
@@ -56,9 +56,9 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
| --- | --- | | --- | --- |
| [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=default) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=light)| | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=default) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=light)|
| Default Theme v3 | Light Theme v3 | | Modern Theme | Bright Theme |
| --- | --- | | --- | --- |
| [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=default-v3) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=light)| | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=modern) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=bright)|
## Quick Start ## Quick Start
@@ -122,7 +122,7 @@ coreui-free-vue-admin-template
│ ├── layouts/ # layout containers │ ├── layouts/ # layout containers
│ ├── scss/ # scss styles │ ├── scss/ # scss styles
│ ├── router # routes config │ ├── router # routes config
│ ├── store # template state example │ ├── stores/ # template state example
│ ├── views/ # application views │ ├── views/ # application views
│ ├── _nav.js # sidebar navigation config │ ├── _nav.js # sidebar navigation config
│ ├── App.vue │ ├── App.vue
@@ -130,7 +130,7 @@ coreui-free-vue-admin-template
│ └── main.js │ └── main.js
├── index.html # html template ├── index.html # html template
├── package.json ├── package.json
└── vite.config.js └── vite.config.mjs
``` ```
## Documentation ## Documentation