[go: nahoru, domu]

Skip to content

Commit

Permalink
README Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ftgibran committed Jul 22, 2017
1 parent 119a53f commit a7ffb2c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Vue API Request Icon](https://ftgibran.github.io/static/v-api@256.png)
# Vue API Request
![Vue API Request Icon](https://ftgibran.github.io/static/img/vue-api-request.3852bd2.png)

> Control APIs (call and loading) using vue-resource or axios
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.

## [Docs & Demo](https://ftgibran.github.io/#/vue-api-request)

Expand Down Expand Up @@ -80,9 +80,7 @@ The 'options' variable above is equivalent of:

Go to [Demo & Docs](https://ftgibran.github.io/#/vue-api-request) to further informations.

## Build Setup

You can test this project by following these steps:
## Contributing

``` bash
# clone project
Expand Down Expand Up @@ -112,3 +110,7 @@ npm test
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2017 Felipe Gibran <ftgibran>
10 changes: 10 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
</script>

<style>
@import url('https://fonts.googleapis.com/css?family=Aldrich');
#app {
/*overflow-x: hidden;*/
font-family: 'Avenir', Helvetica, Arial, sans-serif;
Expand All @@ -19,7 +21,15 @@
text-align: center;
color: #2c3e50;
}
body {
margin: 0;
}
.v-api-logo {
font-size: 32px;
font-family: "Aldrich", sans-serif;
font-weight: bold;
margin-bottom: 0.5em;
}
</style>
Binary file removed src/assets/logo.png
Binary file not shown.
Binary file added src/assets/v-api@128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/v-api@256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/v-api@512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/vue-api-request.png
Binary file not shown.
7 changes: 5 additions & 2 deletions src/components/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
:spinner-scale="2"
spinner-padding="62px"
>
<img src="../assets/v-api@256.png">
<h1>API Request</h1>
<img src="../assets/v-api@512.png"
:style="{width: '256px'}"
alt="vue-api-resource"/>

<div class="v-api-logo">API REQUEST</div>

<a href="//ftgibran.github.io/#/vue-api-request">Docs & Demo</a>
</api-request>
Expand Down

0 comments on commit a7ffb2c

Please sign in to comment.