# 新版 framework 的 example 应用

## 安装

```
make install_all
```

## 启动

```
honeycomb start
```

## 打包

```
honeycomb package
```

## 发布到日常环境

```
honeycomb publish
```

+ 需要在`.honeycomb.json`配置服务器信息
