Skip to content
/ starter Public

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

License

Notifications You must be signed in to change notification settings

nuxt/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 the create-nuxt CLI to clone the latest template to an empty directory:

$ npm create nuxt@latest [<dir>] -- [-t,--template=<template>]

Example: Clone v3 to my-app directory:

$ npm create nuxt@latest my-app -- -t v3

Templates

Name Description Local Online
v4-compat Nuxt 3 with v4 compat npm create nuxt@latest -- -t v4-compat Stackblitz / CodeSandbox
v3 Nuxt 3 npm create nuxt@latest Stackblitz / CodeSandbox
module Nuxt Module with Module Builder npm create nuxt@latest -- -t module -
module-devtools Nuxt Module with Nuxt DevTools integration npm create nuxt@latest -- -t module-devtools -
layer Nuxt Layer Starter with Extends (experimental) npm create nuxt@latest -- -t layer -
content Nuxt Content npm create nuxt@latest -- -t content Stackblitz / CodeSandbox
ui Nuxt UI npm create nuxt@latest -- -t ui Stackblitz / 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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks