Skip to content

kai2128/create-t3nuxt-app

 
 

Repository files navigation

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.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.7%
  • Astro 22.0%
  • CSS 20.4%
  • Vue 10.3%
  • JavaScript 6.6%