Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sayll committed Mar 8, 2017
1 parent 55b2b8e commit 8a06539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
4. 防缓存的hash规则

### 关于【Js】
1. 支持ES5,ES5编写逻辑代码
1. 支持ES5,ES6编写逻辑代码
2. 由于兼容性问题只可使用AMD规范的`require`,无法使用 `import``export`
3. 防缓存的hash规则
4. 快速编译,自动刷新。

### 关于【Html】
1. 支持单页应用和多页应用的混合开发。
2. 自动引入页面的CSS和JS文件。无需手动设置URL。(所有文件hash的改变都会导致文件名改变,这里的资源引用全由内部自动完成)
2. 自动引入页面的CSS和JS文件。无需手动设置URL。(所有文件hash的改变都会导致文件名改变,这里的资源引用全由内部自动完成)

0 comments on commit 8a06539

Please sign in to comment.