Getting Started
Contribution
Preparing your environment
@nuxt/scripts is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be pnpm.
After cloning the repo, you can prepare your environments with
pnpm i && pnpm dev:prepareRunning the playground
You can play with the playground by running the dev server with
pnpm dev On this page