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
- Host: GitHub
- URL: https://github.com/pfan123/figma-plugin-boilerplate
- Owner: pfan123
- Created: 2020-10-15T13:42:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T03:34:13.000Z (over 4 years ago)
- Last Synced: 2025-01-10T02:54:52.725Z (4 months ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)