okam-build
======
[![NPM Version](https://img.shields.io/npm/v/okam-build.svg?style=flat)](https://npmjs.org/package/okam-build)

> OKAM 开发框架构建工具

## Usage

```
npm i okam-build --save-dev
```

## Development

### Run Demo

* 初始化

```shell
cd example/base
npm run init
```

**提示：** 如果有依赖更新，需要重新执行下上面命令


* 运行

**注意：** 在 `okam-build` 根目录下执行，非 `example` 目录

```shell
npm run demo
npm run demo:debug # 调试模式
```

### Test

```shell
npm test
```
