Skip to content

matijaoe/nuxt-starter

Repository files navigation

🧚🏻 Nuxt 3 starter template

Minimal Nuxt 3 starter template pre-configured with essential modules

Screenshot

Included

Modules

Use the template

StackBlitz

Open in StackBlitz Open in Codeflow

GitHub Template

Create a repo from this template on GitHub

Local

Clone the template locally, with no git history (using unjs/giget)

npx giget gh:matijaoe/nuxt-starter <name>

Checklist

  • Install the recommended extensions
  • Change the author name in LICENSE
  • Delete gradients directory in public
  • Delete Welcome.vue component
  • Delete icon components in components/global
  • Remove any not needed modules from nuxt.config.ts and package.json
  • Customize README.md

Setup

# install dependencies
pnpm i

# update dependencies
pnpm up --interactive --latest

# start development server
pnpm dev

# build for production
pnpm build

# locally preview production build
pnpm preview

Related