Skip to content

Latest commit

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

🪄 Nuxt Starter Templates

Quickly get started with a minimal Nuxt starter template!

Quick start

Head over to nuxt.new to get started quickly.

Usage

You can use nuxi CLI to clone latest template to an empty directory:

$ npx nuxi init [-t,--template=<template>] [<dir>]

Example: Clone v3 to my-app directory:

$ npx nuxi init -t v3 nuxt-app

Templates

NameDescriptionLocalOnline
v3Nuxt 3npx nuxi init nuxt-appStackblitz / CodeSandbox
moduleNuxt Module with Module Buildernpx nuxi init my-module -t module-
module-devtoolsNuxt Module with Nuxt DevTools integrationnpx nuxi init my-module -t module-devtools-
layerNuxt Layer Starter with Extends (experimental)npx nuxi init -t layer-
contentNuxt Contentnpx nuxi init content-app -t contentStackblitz / CodeSandbox
uiNuxt UInpx nuxi init nuxt-ui-app -t uiStackblitz / CodeSandbox
v2-bridgeNuxt 2 + Bridgenpx nuxi init nuxt-bridge-app -t v2-bridgeStackblitz / CodeSandbox
v2Nuxt 2npx nuxi init nuxt2-app -t v2Stackblitz / 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 💚

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors