# starter
**Repository Path**: masx200/starter
## Basic Information
- **Project Name**: starter
- **Description**: https://github.com/nuxt/starter
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: templates
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-10-01
- **Last Updated**: 2025-12-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 🪄 Nuxt Starter Templates
Quickly get started with a minimal Nuxt starter template!
## Quick start
Head over to [nuxt.new](https://nuxt.new) to get started quickly.
## Usage
You can use the `create-nuxt` CLI to clone the latest template to an empty directory:
```sh-session
$ npm create nuxt@latest [
] -- [-t,--template=]
```
**Example:** Clone `v4` to `my-app` directory:
```sh-session
$ npm create nuxt@latest my-app -- -t v4
```
## Templates
Name | Description | Local | Online |
-----|-------------|-----------|--------|
[v4](https://github.com/nuxt/starter/tree/v4) | [Nuxt 4](https://nuxt.com/docs/4.x/getting-started/introduction) | `npm create nuxt@latest -- -t v4` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v4) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v4) |
[v4-compat](https://github.com/nuxt/starter/tree/v4-compat) | [Nuxt 3 with v4 compat](https://nuxt.com/docs/3.x/getting-started/upgrade#testing-nuxt-4) | `npm create nuxt@latest -- -t v4-compat` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v4-compat) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v4-compat) |
[v3](https://github.com/nuxt/starter/tree/v3) | [Nuxt 3](https://nuxt.com/docs/3.x/getting-started/introduction) | `npm create nuxt@latest` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox) |
[module](https://github.com/nuxt/starter/tree/module) | Nuxt Module with [Module Builder](https://github.com/nuxt/module-builder) | `npm create nuxt@latest -- -t module` | - |
[module-devtools](https://github.com/nuxt/starter/tree/module-devtools) | Nuxt Module with [Nuxt DevTools](https://github.com/nuxt/devtools) integration | `npm create nuxt@latest -- -t module-devtools` | - |
[content](https://github.com/nuxt/starter/tree/content) | [Nuxt Content](https://content.nuxt.com) | `npm create nuxt@latest -- -t content` | [Stackblitz](https://stackblitz.com/github/nuxt/starter/tree/content) / [CodeSandbox](https://codesandbox.io/p/github/nuxt/starter/content) |
[ui](https://github.com/nuxt-ui-templates/starter) | [Nuxt UI](https://ui.nuxt.com) | `npm create nuxt@latest -- -t ui` | [Stackblitz](https://stackblitz.com/github/nuxt-ui-templates/starter) / [CodeSandbox](https://codesandbox.io/p/github/nuxt-ui-templates/starter) |
## Contribution
Each template is maintained in a branch (see [all branches](https://github.com/nuxt/starter/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](./LICENSE) - Made with 💚