figma-plus / ui-plugin-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 80.9%Language:CSS 19.1%