Skip to content

lizheming/with-webview-react-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

with-webview-react-ts skpm template

Template for skpm using typescript and a webview with react

Documentation

  • This is a template for skpm using typescript and a webview with react.
  • For skpm: General information about how to work with skpm, not specific to this template
  • For Sketch plugin: General information about sketch plugin developement

Usage

$ npm install -g skpm
$ skpm create my-plugin --template=lizheming/with-webview-react-ts
$ cd my-plugin
$ npm run watch

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with skpm:

skpm create my-plugin --template=username/repo