update readme

This commit is contained in:
dntzhang 2017-04-07 16:53:37 +08:00
parent a092d3abe2
commit 4782b6a51f
1 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,19 @@ Omi框架的预渲染工具。
$ npm install omi-pr -g
```
## 目录结构
![dir](http://images2015.cnblogs.com/blog/105416/201704/105416-20170407165113269-938973687.png)
* omi.config.js 为配置文件在里面配置omi.js的cdn地址
* tpl.html 为所有HTML页面模板文件
* main.js 为页面的入口文件
## 编译
在项目根目录下执行omi-pr便可:
``` js
$ cd your_project_name
$ omi-pr
```