๐Ÿช„ Nuxt Starter Templates

September 17, 2025 ยท View on GitHub

Quickly get started with a minimal Nuxt starter template!

Quick start

Head over to nuxt.new to get started quickly.

Usage

You can use the create-nuxt CLI to clone the latest template to an empty directory:

$ npm create nuxt@latest [<dir>] -- [-t,--template=<template>]

Example: Clone v4 to my-app directory:

$ npm create nuxt@latest my-app -- -t v4

Templates

NameDescriptionLocalOnline
v4Nuxt 4npm create nuxt@latest -- -t v4Stackblitz / CodeSandbox
v4-compatNuxt 3 with v4 compatnpm create nuxt@latest -- -t v4-compatStackblitz / CodeSandbox
v3Nuxt 3npm create nuxt@latestStackblitz / CodeSandbox
moduleNuxt Module with Module Buildernpm create nuxt@latest -- -t module-
module-devtoolsNuxt Module with Nuxt DevTools integrationnpm create nuxt@latest -- -t module-devtools-
contentNuxt Contentnpm create nuxt@latest -- -t contentStackblitz / CodeSandbox
uiNuxt UInpm create nuxt@latest -- -t uiStackblitz / CodeSandbox

Contribution

Each template is maintained in a branch (see all branches). For improvements, please open a Pull Request to each individual branch.

Note: Please avoid commiting lock-files such as yarn.lock and package-lock.json to template branches!

License

MIT - Made with ๐Ÿ’š