# san-cli-serve

san serve 命令的执行主体。

## 使用文档

请移步[San-CLI 文档](https://ecomfe.github.io/san-cli)

## 安装

```shell
$ npm install --save-dev san-cli-serve
```

## 测试

执行命令

```bash
#执行 __tests__ 文件夹下所有测试文件
yarn test
```
