We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547a83c commit 7279c5cCopy full SHA for 7279c5c
README.md
@@ -20,12 +20,18 @@ This is a Vue port for [react-content-loader](https://github.com/danilowoz/react
20
21
## Install
22
23
-Note: For Vue 2, use `vue-content-loader@^0.2` instead.
+⚠️ 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:
32
33
```bash
34
yarn add vue-content-loader
-# For Vue 2
-# yarn add vue-content-loader@^0.2
35
```
36
37
CDN: [UNPKG](https://unpkg.com/vue-content-loader/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-content-loader/) (available as `window.contentLoaders`)
0 commit comments