Skip to content

Commit

Permalink
feat(docs): 整理文档
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Nov 29, 2019
1 parent 18e152a commit 32d578f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.1 (2019-11-28)
## 1.0.1 (2019-11-29)

### 🌟 新功能

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ webpack-box dll # 编译差分包
webpack-box dev index # 指定页面编译(多页面)
webpack-box build index # 指定页面编译(多页面)
webpack-box build index --report # 开启打包分析
webpack-box build index --report # 开启打包分析
webpack-box build:ssr # 编译ssr
webpack-box ssr:server # 在 server 端运行
```
Expand Down
4 changes: 3 additions & 1 deletion docs/课时6.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,6 @@ module.exports = (config, resolve) => {
}
}
}
```
```

-------------
1 change: 1 addition & 0 deletions docs/课时7.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ module.exports = function (config) {
```


--------------
1 change: 1 addition & 0 deletions docs/课时8.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ module.exports = ({ config }) => {
```


------------
4 changes: 3 additions & 1 deletion docs/课时9.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,6 @@ module.exports = function (options) {

### <a name="8_1">小结</a>

至此 ssr 已经结束了,其实所有看起来很高大上的技术都是从一点一滴积累起来的,只要我们明白原理,你也能做出更优秀的框架
至此 ssr 已经结束了,其实所有看起来很高大上的技术都是从一点一滴积累起来的,只要我们明白原理,你也能做出更优秀的框架

-------------

0 comments on commit 32d578f

Please sign in to comment.