# __data('name')
## 环境信息

## 构建信息
本项目使用 `yyl` 进行构建

### 访问地址
* 正式环境 [http://web.yy.com/__data('name')](http://web.yy.com/__data('name'))
* 正式环境 [http://www.yy.com/web/__data('name')](http://www.yy.com/web/__data('name'))
* 测试环境 [http://webtest.yy.com/__data('name')](http://webtest.yy.com/__data('name'))

### 安装 yyl
```
npm install yyl -g
```

### 相关命令
```
# 本地构建
yyl watch --proxy

# 远程映射
yyl watch --proxy --remote

# 打包
yyl all --isCommit
```
