Skip to content

Commit 6e17fb8

Browse files
committed
📝 Readme
1 parent 10df892 commit 6e17fb8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,25 @@ Vue API Request provides a full control on your APIs, making the calls simple, f
1414

1515
## Installation
1616

17-
Package is installable via npm.
17+
Package is installable via `NPM`.
1818

1919
```bash
2020
$ npm i vue-api-request --save
2121
```
2222

23+
**or** via `Yarn`.
24+
25+
```bash
26+
$ yarn add vue-api-request
27+
```
28+
29+
**or** via `CDN`.
30+
31+
```html
32+
<script src="https://unpkg.com/vue-api-request@latest/dist/vue-api-request.min.js"></script>
33+
<link href="https://unpkg.com/vue-api-request@latest/dist/vue-api-request.min.css" rel="stylesheet"/>
34+
```
35+
2336
## Basic Usage
2437

2538
You have to import the library and use as a Vue plugin to enable the functionality globally on all components.

0 commit comments

Comments
 (0)