Kickstart your awesome Figma plugin with this boilerplate.
- Plugin UI with vhtml
- Figma-like styles with SASS
- Basic local simulation for figmaPlus.showUI()
- Modern Javascript (ES6)
- Uses native Javascript events (Frontend frameworks are an overkill)
- Tests using Jest
- Transpiling using Babel and bundle using Rollup
- Code formatting with Prettier
$ git clone https://github.com/figma-plus/ui-plugin-boilerplate
$ yarn install
$ yarn serve
$ yarn test
$ yarn build
You'll see your bundle inside dist
directory.
Follow the docs instructions to publish it.
This project is licensed under the MIT License