Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinxulai/sketch-plugin-template-webview-with-react
🎁 Quickly create your plugins using webview with react.(快速使用模版创建一个基于 react 的 sketch 插件)
https://github.com/yinxulai/sketch-plugin-template-webview-with-react
plugin react sketch webview
Last synced: about 2 months ago
JSON representation
🎁 Quickly create your plugins using webview with react.(快速使用模版创建一个基于 react 的 sketch 插件)
- Host: GitHub
- URL: https://github.com/yinxulai/sketch-plugin-template-webview-with-react
- Owner: yinxulai
- Created: 2019-07-19T10:34:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:08:21.000Z (about 2 years ago)
- Last Synced: 2023-03-04T09:18:27.478Z (almost 2 years ago)
- Topics: plugin, react, sketch, webview
- Language: JavaScript
- Homepage:
- Size: 4.9 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sketch-plugin-template-webview-with-react skpm template
## Documentation
- This is a template for [skpm](https://github.com/skpm/skpm) using a webview and react.
- [For skpm](https://github.com/skpm/skpm): General information about how to work with skpm, not specific to this template
- [For Sketch plugin](http://developer.sketchapp.com): General information about sketch plugin developement## Usage
``` bash
$ yarn global add skpm
$ skpm create react-plugin --template=yinxulai/sketch-plugin-template-webview-with-react
$ cd react-plugin
$ yarn run watch
```### Fork It And Make Your Own
You can fork this repo to create your own boilerplate, and use it with `skpm`:
``` bash
skpm create react-plugin --template=username/repo
```