Skip to content

Commit 7279c5c

Browse files
Jacob-MarshallLeBenLeBen
authored andcommitted
Add npm install command
close #88
1 parent 547a83c commit 7279c5c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ This is a Vue port for [react-content-loader](https://github.com/danilowoz/react
2020

2121
## Install
2222

23-
Note: For Vue 2, use `vue-content-loader@^0.2` instead.
23+
⚠️ For Vue 2, use `vue-content-loader@^0.2` instead.
24+
25+
With npm:
26+
27+
```bash
28+
npm i vue-content-loader
29+
```
30+
31+
Or with yarn:
2432

2533
```bash
2634
yarn add vue-content-loader
27-
# For Vue 2
28-
# yarn add vue-content-loader@^0.2
2935
```
3036

3137
CDN: [UNPKG](https://unpkg.com/vue-content-loader/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-content-loader/) (available as `window.contentLoaders`)

0 commit comments

Comments
 (0)