https://github.com/avinashn/vuejs-consumer-laravel-api
A sample tutorial on how to consume Laravel API with Passport package in Vue.js app.
https://github.com/avinashn/vuejs-consumer-laravel-api
api js laravel php vuejs
Last synced: 3 months ago
JSON representation
A sample tutorial on how to consume Laravel API with Passport package in Vue.js app.
- Host: GitHub
- URL: https://github.com/avinashn/vuejs-consumer-laravel-api
- Owner: avinashn
- Created: 2019-09-18T10:34:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T05:53:42.000Z (over 3 years ago)
- Last Synced: 2025-04-03T18:40:58.357Z (about 1 year ago)
- Topics: api, js, laravel, php, vuejs
- Language: Vue
- Homepage: https://justlaravel.com/vuejs-consumer-app-laravel-api-passport/
- Size: 2.74 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_consumer_app
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).