Development - on-org/nuxt-openapi-docs-module GitHub Wiki

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground with nuxt
npm run dev

# Build the playground
npm run dev:build