gfidder / create-t3nuxt-app

Quick T3 Stack with Nuxt for rapid deployment of highly performant typesafe web apps.

Home Page:https://create-t3nuxt-app-www.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 NPM version Downloads

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

About

Quick T3 Stack with Nuxt for rapid deployment of highly performant typesafe web apps.

https://create-t3nuxt-app-www.vercel.app

License:MIT License


Languages

Language:TypeScript 42.1%Language:Astro 22.0%Language:CSS 20.5%Language:Vue 10.3%Language:JavaScript 5.1%