Look at the Nuxt 3 documentation to learn more.
- Latest Nuxt version
- Nuxt Image
- Nuxt Content with document driven mode
- Nuxt Studio
- TailwindCSS with Icons (soon with Nuxt UI)
- VueUse with auto import
- Color Mode configured for Tailwind
- ESLint configured
- VSCode settings & recommended extensions
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.