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-appnpx nuxi init my-module -t modulenpx nuxi init my-module -t module-devtoolsnpx nuxi init -t layernpx nuxi init content-app -t contentnpx nuxi init doc-driven-app -t doc-drivennpx nuxi init nuxt-bridge-app -t v2-bridgenpx nuxi init nuxt2-app -t v2The 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.
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.