Skip to content

Development

Pavel Kuzmin edited this page Dec 20, 2023 · 2 revisions
# 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
Clone this wiki locally