You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
21
22
22
23
## Table of Contents
23
24
24
25
*[Versions](#versions)
25
-
*[CoreUI Pro](#coreui-pro)
26
+
*[CoreUI PRO](#coreui-pro)
27
+
*[CoreUI PRO Vue Admin Templates](#coreui-pro-vue-admin-templates)
26
28
*[Quick Start](#quick-start)
27
29
*[Installation](#installation)
28
30
*[Basic usage](#basic-usage)
@@ -31,6 +33,7 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
* 💪 [CoreUI PRO Angular Admin Template](https://coreui.io/product/angular-dashboard-template/)
49
+
* 💪 [CoreUI PRO Bootstrap Admin Template](https://coreui.io/product/bootstrap-dashboard-template/)
50
+
* 💪 [CoreUI PRO React Admin Template](https://coreui.io/product/react-dashboard-template/)
51
+
* 💪 [CoreUI PRO Vue Admin Template](https://coreui.io/product/vue-dashboard-template/)
52
+
53
+
## CoreUI PRO Vue Admin Templates
54
+
55
+
| Default Theme | Light Theme |
56
+
| --- | --- |
57
+
|[](https://coreui.io/product/vue-dashboard-template/?theme=default)|[](https://coreui.io/product/vue-dashboard-template/?theme=light)|
44
58
45
-
* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/product/angular-dashboard-template/)
46
-
* 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/product/bootstrap-dashboard-template/)
47
-
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/product/react-dashboard-template/)
48
-
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/product/vue-dashboard-template/)
59
+
| Default Theme v3 | Light Theme v3 |
60
+
| --- | --- |
61
+
|[](https://coreui.io/product/vue-dashboard-template/?theme=default-v3)|[](https://coreui.io/product/vue-dashboard-template/?theme=light)|
49
62
50
63
## Quick Start
51
64
@@ -103,22 +116,21 @@ Within the download you'll find the following directories and files, logically g
103
116
```
104
117
coreui-free-vue-admin-template
105
118
├── public/ # static files
106
-
│ └── index.html # html template
107
-
│
108
119
├── src/ # project root
109
120
│ ├── assets/ # images, icons, etc.
110
121
│ ├── components/ # common components - header, footer, sidebar, etc.
111
122
│ ├── layouts/ # layout containers
112
123
│ ├── scss/ # scss styles
113
124
│ ├── router # routes config
114
-
│ └── store # template state example
125
+
│ ├── store # template state example
115
126
│ ├── views/ # application views
116
127
│ ├── _nav.js # sidebar navigation config
117
128
│ ├── App.vue
118
129
│ ├── ...
119
130
│ └── main.js
120
-
│
121
-
└── package.json
131
+
├── index.html # html template
132
+
├── package.json
133
+
└── vite.config.js
122
134
```
123
135
124
136
## Documentation
@@ -134,12 +146,19 @@ See [the Releases section of our project](https://github.com/coreui/coreui-free-
134
146
## Creators
135
147
136
148
**Łukasz Holeczek**
149
+
137
150
*<https://twitter.com/lukaszholeczek>
138
151
*<https://github.com/mrholek>
139
-
*<https://github.com/coreui>
140
152
141
-
**CoreUI team**
142
-
*https://github.com/orgs/coreui/people
153
+
**Andrzej Kopański**
154
+
155
+
*<https://github.com/xidedix>
156
+
157
+
**CoreUI Team**
158
+
159
+
*<https://twitter.com/core_ui>
160
+
*<https://github.com/coreui>
161
+
*<https://github.com/orgs/coreui/people>
143
162
144
163
## Community
145
164
@@ -150,41 +169,7 @@ Get updates on CoreUI's development and chat with the project maintainers and co
150
169
151
170
## Support CoreUI Development
152
171
153
-
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the [CoreUI PRO](https://coreui.io/pricing/) or by becoming a sponsor via [Open Collective](https://opencollective.com/coreui/).
154
-
155
-
<!--- StartOpenCollectiveBackers -->
156
-
157
-
### Platinum Sponsors
158
-
159
-
Support this project by [becoming a Platinum Sponsor](https://opencollective.com/coreui/contribute/platinum-sponsor-40959/). A large company logo will be added here with a link to your website.
Support this project by [becoming a Gold Sponsor](https://opencollective.com/coreui/contribute/gold-sponsor-40960/). A big company logo will be added here with a link to your website.
Support this project by [becoming a Silver Sponsor](https://opencollective.com/coreui/contribute/silver-sponsor-40967/). A medium company logo will be added here with a link to your website.
Support this project by [becoming a Bronze Sponsor](https://opencollective.com/coreui/contribute/bronze-sponsor-40966/). The company avatar will show up here with a link to your OpenCollective Profile.
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the [CoreUI PRO](https://coreui.io/pricing/?framework=vue&src=github-coreui-free-vue-admin-template) or by becoming a sponsor via [Open Collective](https://opencollective.com/coreui/).
0 commit comments