Currently, there is no dedicated contribution page to guide new developers through the setup and plugin creation process.
While the AGENTS.md file provides some context, it lacks critical information regarding the local development environment. Specifically, it does not mention that the monorepo requires running package compilation pnpm run dev:packages in parallel with the vue playground pnpm run dev.
Additionally, when running pnpm run dev:playground, the application currently displays the default Nuxt starter page.
Currently, there is no dedicated contribution page to guide new developers through the setup and plugin creation process.
While the
AGENTS.mdfile provides some context, it lacks critical information regarding the local development environment. Specifically, it does not mention that the monorepo requires running package compilationpnpm run dev:packagesin parallel with the vue playgroundpnpm run dev.Additionally, when running
pnpm run dev:playground, the application currently displays the default Nuxt starter page.