Nuxt Starter is a minimal template designed for creating quick landing pages, built with Nuxt 3 and Tailwind CSS.
View demo: https://demo-nuxt-starter.netlify.app/
Want to deploy immediately? Click this button
Clicking this button will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.
- 🚀 Nuxt 3 with Vue 3
- 🎨 Tailwind CSS for styling
- 🖼️ Nuxt Image for optimized image handling
- 🎯 Nuxt Icon for easy icon integration
- 📱 Fully responsive design
- ⚡ Fast and optimized performance
A customizable Nuxt starter using:
- Nuxt v3.x
- Tailwind CSS v4.x
- Nuxt Icon
- Nuxt Image
Prerequisites |
---|
Node.js v20.9+. |
(optional) nvm for Node version management. |
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
# generate static project
$ npm run generate
# preview production build locally
$ npm run preview
├── data/ # JSON file for content
├── components/ # Vue components
├── layouts/ # Layout components
├── pages/ # Application pages
├── public/ # Static files
└── assets/ # Assets that need processing
Here are a few suggestions on what to do next:
- Check Nuxt on Netlify documentation.
- Check Nuxt 3 documentation to learn more.
- Explore Tailwind CSS documentation for styling options
If you get stuck along the way, get help in our support forums.