chore: update readme

This commit is contained in:
dntzhang 2019-08-12 10:05:05 +08:00
parent 6c3a890a06
commit ec4826e989
1 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,9 @@ npm run build //发布 web
├─ scripts
├─ src
│ ├─ assets
│ ├─ components //存放所有组件
│ ├─ components //存放所有页面的组件
│ ├─ models //存放所有模型
│ ├─ stores //存放页面的 store
│ ├─ log.js //入口文件,会 build 成 log.html
│ └─ index.js //入口文件,会 build 成 index.html
```