File tree 6 files changed +7
-85
lines changed
6 files changed +7
-85
lines changed Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v5.0 .0.zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v5.2 .0.zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-vue.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/vue `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/vue `
@@ -134,6 +134,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
134
134
- [ Vue Progress] ( https://coreui.io/vue/docs/components/progress.html )
135
135
- [ Vue Radio] ( https://coreui.io/vue/docs/forms/radio.html )
136
136
- [ Vue Range] ( https://coreui.io/vue/docs/forms/range.html )
137
+ - [ Vue Rating] ( https://coreui.io/vue/docs/forms/rating.html )
137
138
- [ Vue Select] ( https://coreui.io/vue/docs/forms/select.html )
138
139
- [ Vue Sidebar] ( https://coreui.io/vue/docs/components/sidebar.html )
139
140
- [ Vue Smart Pagination] ( https://coreui.io/vue/docs/components/smart-pagination.html ) ** PRO**
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"packages" : [" packages/*" ],
4
- "version" : " 5.1 .0" ,
4
+ "version" : " 5.2 .0" ,
5
5
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
6
6
}
Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v4.4 .0.zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v5.2 .0.zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-vue.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/vue `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/vue `
@@ -134,6 +134,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
134
134
- [ Vue Progress] ( https://coreui.io/vue/docs/components/progress.html )
135
135
- [ Vue Radio] ( https://coreui.io/vue/docs/forms/radio.html )
136
136
- [ Vue Range] ( https://coreui.io/vue/docs/forms/range.html )
137
+ - [ Vue Rating] ( https://coreui.io/vue/docs/forms/rating.html )
137
138
- [ Vue Select] ( https://coreui.io/vue/docs/forms/select.html )
138
139
- [ Vue Sidebar] ( https://coreui.io/vue/docs/components/sidebar.html )
139
140
- [ Vue Smart Pagination] ( https://coreui.io/vue/docs/components/smart-pagination.html ) ** PRO**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue" ,
3
- "version" : " 5.1 .0" ,
3
+ "version" : " 5.2 .0" ,
4
4
"description" : " UI Components Library for Vue.js" ,
5
5
"keywords" : [
6
6
" vue" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue-docs" ,
3
- "version" : " 5.1 .0" ,
3
+ "version" : " 5.2 .0" ,
4
4
"scripts" : {
5
5
"api" : " vue-docgen -c build/docgen.config.js" ,
6
6
"dev" : " vuepress dev --clean-cache" ,
You can’t perform that action at this time.
0 commit comments