https://github.com/ammezie/laravel-sanctum-nuxtjs-app
https://github.com/ammezie/laravel-sanctum-nuxtjs-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammezie/laravel-sanctum-nuxtjs-app
- Owner: ammezie
- Created: 2021-01-21T11:47:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T11:48:29.000Z (over 4 years ago)
- Last Synced: 2025-03-15T01:02:44.198Z (about 2 months ago)
- Language: Vue
- Size: 114 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-sanctum-nuxtjs-app
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).