create-v3-app
v0.2.4
Published
CLI to generate nuxt application using the V3 stack
Downloads
3
Maintainers
Readme
Table of contents
- The V3 Stack
- Getting Started
- Documentation
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.
npm
npm create v3-app@latest
yarn
yarn create v3-app
pnpm
pnpm create v3-app@latest
For more information please refer to the documentation (still in progress)