Create web application with the t3 Nuxt stack
npm install create-t3nuxt-app
Interactive CLI to start a full-stack, typesafe Nuxt app.
Get started with the T3 Stack by running npm create t3nuxt-app@latest
[![PRs-Welcome][contribute-image]][contribute-url] [![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]
- The T3 Stack
- Getting Started
- Shoutouts
The _"T3 Stack"_ is a web development stack made by Theo focused on simplicity, modularity, and full-stack typesafety. While create-t3-app is meant for Next.js, this is an implementation of the same mentality but applied to Nuxt. It consists of:
- Nuxt
- tRPC
- Tailwind CSS
- TypeScript
- Prisma
- NextAuth.js
To scaffold an app using create-t3nuxt-app, run any of the following three commands and answer the command prompt questions:
``bash`
npm create t3nuxt-app@latest
`bash`
yarn create t3nuxt-app
`bash``
pnpm create t3nuxt-app@latest
- Theo @ T3 for T3 Stack inspiration!
- Nexxel for the OG create-t3-app!
[downloads-image]: https://img.shields.io/npm/dm/create-t3nuxt-app?color=364fc7&logoColor=364fc7
[npm-url]: https://www.npmjs.com/package/create-t3nuxt-app
[npm-image]: https://img.shields.io/npm/v/create-t3nuxt-app?color=0b7285&logoColor=0b7285
[contribute-url]: https://github.com/gfidder/create-t3nuxt-app/blob/main/CONTRIBUTING.md
[contribute-image]: https://img.shields.io/badge/PRs-welcome-blue.svg