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
- Host: GitHub
- URL: https://github.com/khoerodin/vueclient
- Owner: khoerodin
- Created: 2017-10-15T02:02:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T22:29:23.000Z (over 8 years ago)
- Last Synced: 2025-03-29T11:13:37.008Z (about 1 year ago)
- Topics: axios, client, vue, vuejs
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)