Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 640 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 640 Bytes

uskin.doc

USkin 组件库文档。

Usage

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

Uskin

We import uskin as submodule, import uskin like this:

// In fact, uskin do not support tree shaking...
// whatever...
import {Table} from 'uskin';