https://github.com/hebilicious/authjs-nuxt-examples
https://github.com/hebilicious/authjs-nuxt-examples
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hebilicious/authjs-nuxt-examples
- Owner: Hebilicious
- Created: 2023-09-08T19:25:33.000Z (over 2 years ago)
- Default Branch: github
- Last Pushed: 2024-04-15T12:43:27.000Z (about 2 years ago)
- Last Synced: 2024-10-30T05:25:33.549Z (over 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthJS Nuxt GitHub Example
This is an example for [Nuxt AuthJS](https://github.com/Hebilicious/authjs-nuxt)
You can find the source of this example in the module [repository](https://github.com/Hebilicious/authjs-nuxt/tree/main/playgrounds/).
## How to use
Use your favourite package manager.
Install your dependencies :
```bash
bun install
```
Run the dev server :
```bash
bun run dev
```
## Issues & Contributions
If you have an issue or want to contribute to this example, please do so in the [module repository](https://github.com/Hebilicious/authjs-nuxt/).