create-v3-app

CLI to generate nuxt application using the V3 stack


Keywords
create-v3-app, vue, nuxt, tRPC, typescript
License
MIT
Install
npm install create-v3-app@0.1.5

Documentation

create-v3-app

Nuxt starter kit inspired by create-t3-app

PRs-Welcome NPM version Downloads

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)