Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 插件)

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
```