File tree Expand file tree Collapse file tree 5 files changed +24
-25
lines changed Expand file tree Collapse file tree 5 files changed +24
-25
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Setup Node.js
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : 22
2222
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pageClass: quick-start
44
55# vue-ellipse-progress
66
7- [ ![ npm (tag) ] ( https://img.shields.io/npm/v/vue-ellipse-progress/next?color=success&label=NPM& style=for-the-badge )] ( https://www.npmjs.com/package/vue-ellipse-progress )
7+ [ ![ NPM Version ] ( https://img.shields.io/npm/v/vue-ellipse-progress? style=for-the-badge&color=success )] ( https://www.npmjs.com/package/vue-ellipse-progress )
88![ GitHub] ( https://img.shields.io/github/license/setaman/vue-ellipse-progress?style=for-the-badge )
99![ GitHub Workflow Status (with event)] ( https://img.shields.io/github/actions/workflow/status/setaman/vue-ellipse-progress/build.yml?style=for-the-badge )
1010
@@ -13,7 +13,7 @@ Start creating circles in three steps:
1313
1414``` js
1515// install
16- npm i vue- ellipse- progress@next
16+ npm i vue- ellipse- progress
1717// initialize
1818import veProgress from " vue-ellipse-progress" ;
1919createApp (App).use (veProgress);
Original file line number Diff line number Diff line change @@ -6,32 +6,31 @@ this way there is the possibility to use the library either in plugin mode or to
66
77::: warning Vue compatibility
88Please note that for Vue 3 compatibility you have to use most recent <Badge type =" tip " text =" 2.x " vertical =" middle " />
9- version of the library. Vue 2 users have
10- to use <Badge type =" tip " text =" 1.x " vertical =" middle " /> version.
9+ version of the library which is a default version starting with ` v2.2.0 ` tag.
10+ Vue 2 users have
11+ to use <Badge type =" tip " text =" 1.x " vertical =" middle " /> version that is now considered as legacy.
1112:::
1213
1314## Package Manager
1415
1516Use your favorite package manager to install the library from NPM. After the installation you have the choice to
1617initialize the component as a plugin or to import it directly.
1718
18- <CodeGroup >
19- <CodeGroupItem title =" NPM " active >
19+ ::: tabs
2020
21- ``` bash:no-line-numbers
22- npm i vue-ellipse-progress@next
23- ```
21+ @tab npm
2422
25- </CodeGroupItem >
23+ ``` bash
24+ npm i vue-ellipse-progress
25+ ```
2626
27- < CodeGroupItem title = " Yarn " >
27+ @ tab yarn
2828
29- ``` bash:no-line-numbers
30- yarn add vue-ellipse-progress@next
29+ ``` bash
30+ yarn add vue-ellipse-progress
3131```
32+ :::
3233
33- </CodeGroupItem >
34- </CodeGroup >
3534
3635### Initialize as Plugin
3736
Original file line number Diff line number Diff line change 4444 "@vuepress/plugin-medium-zoom" : " 2.0.0-beta.66" ,
4545 "randomcolor" : " ^0.6.2" ,
4646 "vite" : " ^5.4.7" ,
47- "vue-ellipse-progress" : " ^2.1.2 "
47+ "vue-ellipse-progress" : " ^2.2.0 "
4848 },
4949 "packageRules" : [
5050 {
You can’t perform that action at this time.
0 commit comments