https://github.com/fakorede/laravel-nuxt-frontend
A rest api built with nuxt and laravel on the backend
https://github.com/fakorede/laravel-nuxt-frontend
Last synced: about 1 month ago
JSON representation
A rest api built with nuxt and laravel on the backend
- Host: GitHub
- URL: https://github.com/fakorede/laravel-nuxt-frontend
- Owner: Fakorede
- Created: 2019-01-17T13:36:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T13:05:10.000Z (over 6 years ago)
- Last Synced: 2025-04-22T23:15:59.470Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
> laravel nuxt api
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).