Skip to content

Commit cde01f4

Browse files
committed
chore: update packages, README file and build files
1 parent d74e057 commit cde01f4

9 files changed

+373
-835
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
# CoreUI Vue components library
2-
![NPM](https://img.shields.io/badge/npm-3.0.0--beta.2-brightgreen)
2+
![NPM](https://img.shields.io/npm/v/@coreui/vue/latest?style=flat&color=brightgreen)
33
![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)
44
![Jest](https://img.shields.io/badge/Jest-^24.9.0-blue.svg)
55
![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg)
66

7-
87
> A @coreui/vue `v3` components library project
98
109
## Over 90 bootstrap based Vue.js components and directives!
11-
#### For library guide please visit our [Documentation site](https://coreui.io/vue/docs)
1210

13-
Check out demo of components usage: [CoreUI Vue Admin Template](https://coreui.io/vue/demo/3.0-beta.1/#)
11+
### For library guide please visit our [Documentation site »](https://coreui.io/vue/docs)
1412

15-
Check out our [official website](https://coreui.io/vue) and [other products](https://coreui.io)
13+
Check out demo of components usage: [CoreUI Vue Admin Template »](https://coreui.io/vue/demo/3.0-beta.1/#)
1614

1715
## Installation
18-
```
16+
17+
```shell
1918
npm install @coreui/vue
2019
```
21-
</br>
2220

2321
### Registering components
22+
2423
```js
2524
// Installing whole package
2625
import CoreuiVue from '@coreui/vue';
@@ -41,9 +40,9 @@ export default {
4140
...
4241
}
4342
```
44-
</br>
4543

4644
### Registering directives
45+
4746
```js
4847
// Registering single directives
4948
import { CEmitRootEvent, CTooltip } from '@coreui/vue';
@@ -60,9 +59,9 @@ export default {
6059
...
6160
}
6261
```
63-
</br>
6462

6563
### Optimization
64+
6665
Components are imported from CommonJS module by default, if you want to use only specific components you can import them from source to enable treeshaking.
6766

6867
```js
@@ -80,4 +79,4 @@ See [CONTRIBUTING.md](https://github.com/coreui/coreui-vue/blob/v3-next/CONTRIBU
8079

8180
## Credits
8281

83-
Some design ideas and solutions in this library are inspired by [Bootstrap-Vue library](https://bootstrap-vue.js.org/)
82+
Some design ideas and solutions in this library are inspired by [Bootstrap-Vue library](https://bootstrap-vue.js.org/)

dist/coreui-vue.common.js

Lines changed: 90 additions & 336 deletions
Large diffs are not rendered by default.

dist/coreui-vue.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.umd.js

Lines changed: 90 additions & 336 deletions
Large diffs are not rendered by default.

dist/coreui-vue.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.umd.min.js

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 172 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"clear_jest": "jest --clearCache"
6565
},
6666
"dependencies": {
67-
"@coreui/coreui-utils": "coreui/coreui-utils#ba52b40",
68-
"@coreui/icons": "coreui/coreui-icons#1.0.0-beta.1",
67+
"@coreui/utils": "^1.0.0",
68+
"@coreui/icons": "^1.0.0-beta.3",
6969
"@coreui/icons-vue": "^1.0.2",
7070
"lodash.clonedeep": "^4.5.0",
7171
"perfect-scrollbar": "^1.4.0",
@@ -83,13 +83,13 @@
8383
"@vue/test-utils": "1.0.0-beta.29",
8484
"babel-eslint": "^10.0.3",
8585
"babel-jest": "^24.9",
86-
"core-js": "^3.4.7",
86+
"core-js": "^3.4.8",
8787
"eslint": "^6.7.2",
8888
"eslint-plugin-vue": "^6.0.1",
8989
"node-sass": "^4.13.0",
9090
"node-sass-magic-importer": "^5.3.2",
9191
"npm-run-all": "^4.1.5",
92-
"rollup": "^1.27.8",
92+
"rollup": "^1.27.10",
9393
"rollup-plugin-babel": "^4.3.3",
9494
"rollup-plugin-commonjs": "^10.1.0",
9595
"rollup-plugin-filesize": "^6.2.1",
@@ -98,7 +98,7 @@
9898
"rollup-plugin-node-resolve": "^5.2.0",
9999
"rollup-plugin-postcss": "^2.0.3",
100100
"rollup-plugin-replace": "^2.2.0",
101-
"rollup-plugin-uglify": "^6.0.3",
101+
"rollup-plugin-uglify": "^6.0.4",
102102
"rollup-plugin-vue": "4.7.2",
103103
"sass-loader": "^8.0.0",
104104
"vue-router": "^3.1.3",

0 commit comments

Comments
 (0)