https://github.com/arielmejiadev/json-api-auth-docs
Documentation site of Laravel Json API Auth package
https://github.com/arielmejiadev/json-api-auth-docs
api json jwt laravel passport php sanctum
Last synced: 2 months ago
JSON representation
Documentation site of Laravel Json API Auth package
- Host: GitHub
- URL: https://github.com/arielmejiadev/json-api-auth-docs
- Owner: ArielMejiaDev
- Created: 2021-01-29T03:38:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T06:39:16.000Z (almost 5 years ago)
- Last Synced: 2026-03-10T14:31:33.440Z (4 months ago)
- Topics: api, json, jwt, laravel, passport, php, sanctum
- Language: JavaScript
- Homepage: https://arielmejiadev.github.io/json-api-auth-docs/
- Size: 3.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-api-auth-documentation
## Setup
Install dependencies:
```bash
npm run install
```
## Development
```bash
npm run dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
npm run generate
```
To preview the static generated app, run `npm run start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).