An open API service indexing awesome lists of open source software.

https://github.com/khoerodin/vueclient

A Vue.js API Client project for my REST API with OAuth2 project
https://github.com/khoerodin/vueclient

axios client vue vuejs

Last synced: about 2 months ago
JSON representation

A Vue.js API Client project for my REST API with OAuth2 project

Awesome Lists containing this project

README

          

# Vue Client

> A Vue.js API Client project for my [REST API with OAuth2](https://github.com/khoerodin/restapiauth) project

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# serve my REST API with OAuth2 project
php artisan serve

# build for production with minification
npm run build
```

## Credits

[Vue](http://vuejs.github.io/vue-loader), [Vue Axios](https://www.npmjs.com/package/vue-axios) and [Khoerodin](https://khoerodin.id)