create-v3-app
Nuxt starter kit inspired by create-t3-app
Table of contents
The V3 Stack
The V3 stack is heavily inspired by the T3 Stack which is a template for full stack applications using NextJS. This is basically a port for Nuxt 3, with a different choice when it comes to styling libraries and setup for internationalization.
Getting Started
npm
npm create v3-app@latest
yarn
yarn create v3-app
pnpm
pnpm create v3-app@latest
Documentation
For more information please refer to the documentation (still in progress)