Interactive CLI to start a full-stack, typesafe Nuxt app.
Get started with the T3 Stack by running npm create t3nuxt-app@latest
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:
To scaffold an app using create-t3nuxt-app
, run any of the following three commands and answer the command prompt questions:
npm create t3nuxt-app@latest
yarn create t3nuxt-app
pnpm create t3nuxt-app@latest