create-t3nuxt-app
v0.2.1
Published
Create web application with the t3 Nuxt stack
Downloads
14
Maintainers
Readme
Table of contents
- 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:
To scaffold an app using create-t3nuxt-app
, run any of the following three commands and answer the command prompt questions:
npm
npm create t3nuxt-app@latest
yarn
yarn create t3nuxt-app
pnpm
pnpm create t3nuxt-app@latest