USkin 组件库文档。
Clone this repo and submodule. (Maybe you need fork it first)
git clone git@github.com:unitedstack/uskin.doc.git --recursiveInstall packages
npm instsallDev Mode
# webpack-dev-server will host localhost:8888
npm run devProduction Mode
# this script will generate static files in fold static, push it to github pages, just it.
npm run buildWe import uskin as submodule, import uskin like this:
// In fact, uskin do not support tree shaking...
// whatever...
import {Table} from 'uskin';