An open API service indexing awesome lists of open source software.

https://github.com/pfan123/figma-plugin-boilerplate

figma-plugin-boilerplate
https://github.com/pfan123/figma-plugin-boilerplate

Last synced: 3 months ago
JSON representation

figma-plugin-boilerplate

Awesome Lists containing this project

README

        

# figma-plugin-boilerplate

`figma-plugin-boilerplate` —— 快速开发 Figma plugin 模版样例。

## 安装

```
git clone [email protected]:pfan123/figma-plugin-boilerplate.git
```

### 使用

安装依赖:

```bash
yarn install
```

开发调试:

```bash
yarn run start
```

打包构建:

```bash
yarn run build
```

## Figma Developer Document

- [Figma Developer Platform](https://www.figma.com/developers)

- [figma / plugin-samples](https://github.com/figma/plugin-samples/tree/master/react)

- [Figma Plugin API typings](https://github.com/figma/plugin-typings)