Nuxt 3 template - Basic Version
A basic template for Nuxt 3. No examples inside, just a clean template
Preview
More templates
What's included
- Tailwind CSS
- HeadlessUI
- Pinia
- VueUse
- Unlighthouse
- Nuxt Image
- Color Mode
- Uno CSS Icons
- Prettier (configured)
- ESLint (configured)
- Vite
- TypeScript
How to install more icon packages
Available collections here
yarn add --dev @iconify-json/[the-collection-you-want]
// example
yarn add --dev @iconify-json/mdi
// or install ALL of them
yarn add --dev @iconify/json
Setup
# yarn
yarn install
Development Server
Start the development server on http://localhost:3000
# yarn
yarn dev
Check out the deployment documentation for more information.