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