Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 675 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 675 Bytes

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