[go: nahoru, domu]

Skip to content

Commit

Permalink
📝 Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ftgibran committed Aug 22, 2017
1 parent 10df892 commit 6e17fb8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,25 @@ Vue API Request provides a full control on your APIs, making the calls simple, f

## Installation

Package is installable via npm.
Package is installable via `NPM`.

```bash
$ npm i vue-api-request --save
```

**or** via `Yarn`.

```bash
$ yarn add vue-api-request
```

**or** via `CDN`.

```html
<script src="https://unpkg.com/vue-api-request@latest/dist/vue-api-request.min.js"></script>
<link href="https://unpkg.com/vue-api-request@latest/dist/vue-api-request.min.css" rel="stylesheet"/>
```

## Basic Usage

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

0 comments on commit 6e17fb8

Please sign in to comment.