Note: This branch is for Nuxt 3 compatible module. Checkout v0
branch for Nuxt 2 support. (Announcement)
- Clone this repository
- Enable Corepack using
corepack enable
- Install dependencies using
yarn install
- Run
yarn dev:prepare
to generate type stubs. - Use
yarn dev
to start playground in development mode.
Published under the MIT License