- Just find the branch for your specific framework
- main branch has react, vue branch has boilerplate for vue
pnpm install
- Modify the name field in package.json to change the name of the plugin
- dependencies install
- open
Figma
>Plugins
>Development
>import plugin from manifest...
>your-project/plugin/manifest.json
pnpm run dev
- HMR: Support HMR(Hot Module Replacement) of Plugin
- Vite: Bundle user interface and js code using ViteJs
- React: Use ReactJs to write the user interface
- Vue3: Use Vue to write the user interface
MIT License © 2023-PRESENT Ishan Sharma