More Premium Hugo Themes Premium Vue Themes

Starter

Create a new Nuxt project, module, layer or start from a theme with our collection of starters.

Starter

Create a new Nuxt project, module, layer or start from a theme with our collection of starters.

Author Avatar Theme by nuxt
Github Stars Github Stars: 512
Last Commit Last Commit: Apr 17, 2025 -
First Commit Created: Apr 29, 2023 -
default image

Overview

The Nuxt Starter Templates allow users to quickly get started with a minimal Nuxt starter template. By using the nuxi CLI, users can easily clone the latest template to an empty directory.

Features

  • Nuxt 3: Nuxt 3 template that can be initialized using the command npx nuxi init nuxt-app
  • Nuxt Module with Module Builder: Nuxt module template with Module Builder, initialized with the command npx nuxi init my-module -t module
  • Nuxt Module with Nuxt DevTools integration: Nuxt module template with Nuxt DevTools integration, initialized with the command npx nuxi init my-module -t module-devtools
  • Nuxt Layer Starter with Extends (experimental): Nuxt Layer Starter template with extends feature (experimental), initialized with the command npx nuxi init -t layer
  • Nuxt Content: Nuxt Content template, initialized with the command npx nuxi init content-app -t content
  • Document Driven mode: Template for Document Driven mode, initialized with the command npx nuxi init doc-driven-app -t doc-driven
  • Nuxt 2 + Bridge: Nuxt 2 template with Bridge, initialized with the command npx nuxi init nuxt-bridge-app -t v2-bridge
  • Nuxt 2: Nuxt 2 template, initialized with the command npx nuxi init nuxt2-app -t v2

Installation

To get started quickly, head over to the nuxt.new website. You can use the nuxi CLI to clone the latest template to an empty directory by running the following command:

npx nuxi init [template-name]

Replace [template-name] with the desired template from the above mentioned templates. For example, to clone the Nuxt 3 template, the command would be:

npx nuxi init nuxt-app

Note: Each template is maintained in a branch on nuxi. To contribute improvements, open a Pull Request to the relevant branch. Make sure to avoid committing lock-files such as yarn.lock and package-lock.json to template branches.

Summary

The Nuxt Starter Templates provide a convenient way for users to quickly set up a Nuxt project using various pre-configured templates. By using the nuxi CLI, users can clone the desired template to an empty directory and start developing their Nuxt application efficiently. With a variety of templates available, users can choose the one that best suits their project requirements.