Skip to content

Latest commit

Β 

History

History
executable file
Β·
81 lines (54 loc) Β· 2.3 KB

File metadata and controls

executable file
Β·
81 lines (54 loc) Β· 2.3 KB

Nuxt Starter

Netlify + Nuxt Starter Preview


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/

Deploy to Netlify

Want to deploy immediately? Click this button

Deploy to Netlify 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.

Features

  • πŸš€ 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:

Prerequisites
Node.js v20.9+.
(optional) nvm for Node version management.

Build Setup

# 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

Project Structure

β”œβ”€β”€ data/            # JSON file for content
β”œβ”€β”€ components/      # Vue components
β”œβ”€β”€ layouts/         # Layout components
β”œβ”€β”€ pages/           # Application pages
β”œβ”€β”€ public/          # Static files
└── assets/          # Assets that need processing

Next Steps

Here are a few suggestions on what to do next:

Support

If you get stuck along the way, get help in our support forums.