gfidder / create-t3nuxt-app

Quick T3 Stack with Nuxt for rapid deployment of highly performant typesafe web apps.
https://create-t3nuxt-app-www.vercel.app
MIT License
18 stars 1 forks source link
cli next-auth npx nuxt nuxt3 nuxt3-starter nuxt3-template prisma tailwindcss trpc typescript

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]

Table of contents

The T3 Stack

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:

Getting Started

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

Shoutouts