• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vue3 Figma Plugin Starter

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

Setup

  • clone this repo

  • install dependencies

yarn
# or
yarn install
  • Run dev
yarn dev
  • Run your plugin

Run

vue3 figma plugin starter

Note

Remember to modify the name and id in the manifest.json file