Use Vue3 to build figma plugin
- Use
webpack
to develop and build - Integrate vue-next-jsx for Vue3
jsx/tsx
- Everything is out of the box
-
clone this repo
-
install dependencies
yarn
# or
yarn install
- Run dev
yarn dev
- Run your plugin
Remember to modify the name
and id
in the manifest.json
file