Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliosmandev/nuxt3-auth-example
NuxtJS Authentication example with Docker and Tailwind integration
https://github.com/aliosmandev/nuxt3-auth-example
docker mongodb nuxt nuxtjs tailwind typescript vue
Last synced: 3 months ago
JSON representation
NuxtJS Authentication example with Docker and Tailwind integration
- Host: GitHub
- URL: https://github.com/aliosmandev/nuxt3-auth-example
- Owner: aliosmandev
- Created: 2022-10-03T12:13:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T12:10:21.000Z (about 2 years ago)
- Last Synced: 2024-07-21T21:52:51.162Z (6 months ago)
- Topics: docker, mongodb, nuxt, nuxtjs, tailwind, typescript, vue
- Language: TypeScript
- Homepage: https://nuxt3-auth-example-eight.vercel.app/
- Size: 197 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 - Auth Example
![vercel](https://therealsujitk-vercel-badge.vercel.app/?app=nuxt3-auth-example&style=for-the-badge&logo=false)
Have a look at the Nuxt 3 [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
npm install
```## Development
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).