A small template to use Nuxt with some features already baked in
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
Locally, you just need to setup node like usual:
npm install
That is it, you can run your development application using:
npm run dev
Check the .env.example
file for the environment variables you need to set.