Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

figma-plus/ui-plugin-boilerplate

Repository files navigation

Figma UI Plugin Boilerplate

Kickstart your awesome Figma plugin with this boilerplate.


Features

  • 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

Download & Development

$ git clone https://github.com/figma-plus/ui-plugin-boilerplate
$ yarn install
$ yarn serve
$ yarn test

Build a Distribution Bundle

$ yarn build

You'll see your bundle inside dist directory. Follow the docs instructions to publish it.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published