This is a starter template for Nuxt 3 projects, pre-configured with Tailwind CSS, Reka UI, Shadcn, and other essential tools for modern web development.
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
This template provides a solid foundation for building modern web applications with Nuxt 3. You can start by modifying the components in the app/components/
directory and adding your own pages in the app/pages/
directory.
app/assets/css/tailwind.css
file.app/components/ui/
directory.nuxt.config.ts
file.To learn more about the technologies used in this template, check out the following resources:
Deploy your Nuxt application easily with platforms like Vercel, Netlify, Cloudflare Pages or NuxtHub.
Check out the Nuxt deployment documentation for more information.