Create a new Nuxt project, module, layer or start from a theme with our collection of starters.
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.
npx nuxi init nuxt-app
npx nuxi init my-module -t module
npx nuxi init my-module -t module-devtools
npx nuxi init -t layer
npx nuxi init content-app -t content
npx nuxi init doc-driven-app -t doc-driven
npx nuxi init nuxt-bridge-app -t v2-bridge
npx nuxi init nuxt2-app -t v2
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.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.