Skip to content

Commit 9e4a7f8

Browse files
committed
docs: update README
1 parent 7c5d59c commit 9e4a7f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
5656
| --- | --- |
5757
| [![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)|
5858

59-
| Default Theme v3 | Light Theme v3 |
59+
| Modern Theme | Bright Theme |
6060
| --- | --- |
61-
| [![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)|
61+
| [![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)|
6262

6363
## Quick Start
6464

@@ -122,15 +122,15 @@ coreui-free-vue-admin-template
122122
│ ├── layouts/ # layout containers
123123
│ ├── scss/ # scss styles
124124
│ ├── router # routes config
125-
│ ├── store # template state example
125+
│ ├── stores/ # template state example
126126
│ ├── views/ # application views
127127
│ ├── _nav.js # sidebar navigation config
128128
│ ├── App.vue
129129
│ ├── ...
130130
│ └── main.js
131131
├── index.html # html template
132132
├── package.json
133-
└── vite.config.js
133+
└── vite.config.mjs
134134
```
135135

136136
## Documentation

0 commit comments

Comments
 (0)