Skip to content

samwisecode/nuxt-4-boilerplate

Repository files navigation

Lank Dev Nuxt UI Starter

Look at Nuxt docs and Nuxt UI docs to learn more.

Create a new Nuxt project with Nuxt UI. This template extends the default Nuxt UI template with some additional configurations.

npx nuxi@latest init my-app -t ui

Source: Nuxt UI v3

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm run dev

Production

Build the application for production:

# pnpm
pnpm run build

Locally preview production build:

# pnpm
pnpm run preview

Check out the deployment documentation for more information.

About

A Nuxt 4 starter kit with Nuxt UI 3, Tailwind 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published