Getting Started
Contribution
@nuxt/scripts is a community project - and so we love contributions of all kinds! ❤️
ℹ Read more about contributions in the Nuxt eco-system here
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:prepare
Running the playground
You can play with the playground by running the dev server with
pnpm dev