nuxt-auth-utils-demo Tailwind Templates

Nuxt Auth Utils Demo

Nuxt 3 + Nuxt Auth Utils + NuxtUI simple auth demo

Nuxt Auth Utils Demo

Nuxt 3 + Nuxt Auth Utils + Nuxt Authorization + NuxtUI simple auth demo

Based on this recipe.

And also credits to this blog post.

Development

  1. Make sure to install dependencies:
pnpm i
  1. Copy .env.example to .env.

  2. Create database

pnpm db:push
  1. Start the development server on http://localhost:3000:
pnpm dev

Production

[!IMPORTANT] YOU SHOULD HAVE .env file with NUXT_SESSION_PASSWORD and DB_FILE_NAME variables. Example in .env.example

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Top categories

Loading Svelte Themes