添加提示

This commit is contained in:
yi-ge 2018-11-12 00:33:23 +08:00
parent 00006ed146
commit c6adec276d
2 changed files with 5 additions and 4 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Vue SSR Koa2 Scaffold
基于Vue 2Webpack 4Koa 2的SSR脚手架。
具体配置指南请参阅博文:[https://www.wyr.me/post/593](https://www.wyr.me/post/593)

View File

@ -114,8 +114,6 @@ module.exports = (app, cb) => {
if (stats.errors.length) return
serverTime = stats.time
// console.log('web-dev')
// update()
})
// web
@ -190,8 +188,6 @@ module.exports = (app, cb) => {
))
webTime = stats.time
// console.log('web-dev')
// update()
})
app.use(webpackHotMiddleware(clientCompiler))
}