[go: nahoru, domu]

Skip to content

Commit

Permalink
📝 Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ftgibran committed Aug 20, 2017
1 parent be299b3 commit 858979c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![Vue API Request Icon](https://ftgibran.github.io/static/v-api@256.png)
<p align="center">
<img src="https://ftgibran.github.io/static/v-api@256.png"/>
</p>

# Vue API Request

Vue API Request provides a full control on your APIs, making the calls simple, fast and easy to implement. Also, your code will be cleaner and more elegant.
Expand Down Expand Up @@ -33,7 +36,7 @@ Vue.use(VueApiRequest)

## Pre Configuration

You may also set your own default configuration, so you don't need to customize every time each ApiRequest component. You are still able to customize a specific component using props.
You may also set your own default configuration, so you don't need to customize every time each ApiRequest component. You are still able to customize a specific component using props.

### Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-api-request",
"version": "1.1.0",
"description": "Vue component which controls APIs (call and loading) using vue-resource or axios",
"description": "Control your API calls by using an amazing component which supports axios and vue-resource",
"keywords": [
"api",
"request",
Expand Down

0 comments on commit 858979c

Please sign in to comment.