Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).