Starter

screenshot of Starter
nuxt
vue

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

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
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.