File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ yarn-debug.log*
66yarn-error.log *
77test /unit /coverage
88coverage /
9+ deploy-docs.sh
910
1011# Editor directories and files
1112.editorconfig
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/kimuraz/vue-rest.svg?branch=dev )] ( https://travis-ci.org/kimuraz/vue-rest )
22# vue-rest
33
4- > Plugin for using vue + axios for REST API consumption
4+ Plugin for using vue + axios for REST API CRUD operations
55
66## Installation
77
88``` shell
99$ npm i -S vue-rest
10+
11+ OR
12+
13+ $ yarn add vue-rest
1014```
1115
1216## Documentation
1317
14- [ Gitbook] ( https://kimuraz.gitbooks.io/vue-rest/content/ )
18+ Checkout the docs:
19+
20+ :book : [ Docs] ( https://kimuraz.github.io/vue-rest/ )
1521
1622## Examples
1723
You can’t perform that action at this time.
0 commit comments