Look at the Nuxt 3 layer documentation to learn more.
- Default Nuxt 3 project configuration
- Shared components / composables / utils / server routes
Make sure to install the dependencies:
pnpm install
cd playground
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
pnpm realease