Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 559 Bytes

File metadata and controls

31 lines (20 loc) · 559 Bytes

NuxtAuth

A small template to use Nuxt with some features already baked in

About

This is a small project to be used as a template of sorts. It comes with the following features:

  • PrimeVue, for UI components
  • Tailwind, for styling
  • Auth0, for authentication
  • PostHog, for analytics

Setup

Locally, you just need to setup node like usual:

npm install

That is it, you can run your development application using:

npm run dev

Configuration

Check the .env.example file for the environment variables you need to set.