Look at the Nuxt 3 documentation to learn more.
- Nuxtlab-UI
- Tailwind CSS
- NaiveUI
- daisyUI
- Icon support with heroicons
- Toasts with vue-sonner
- Auto-Dark Mode powered by color-mode imported by Nuxtlab-UI
You can easily add more modules to project by using the Nuxt DevTools.
Make sure to install the dependencies:
pnpm i
Enable the Nuxt DevTools:
npx nuxi@latest devtools enable
Disable the Nuxt DevTools:
npx nuxi@latest devtools disable
Check out the Nuxt DevTools documentation to learn more.
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.