My Nuxt 3 Starter Template (early 2025)
Features:
- Nuxt Fonts
- Nuxt Image
- Nuxt Icon (local icons setup included)
- Nuxt i18n
- PrimeVue as UI library - unstyled hybrid mode
- TailwindCSS
- Vee Validate + Yup
- Husky
- Eslint + Prettier
- Typescript
- Vue Use
- SCSS
Development and build flow
Setup (using Bun)
Make sure to install the dependencies:
bun install
Development Server
Start the development server on http://localhost:3000
:
bun run dev
Production
Build the application for production:
bun run build
Locally preview production build:
bun run preview