添加提示
This commit is contained in:
parent
00006ed146
commit
c6adec276d
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Vue SSR Koa2 Scaffold
|
||||
|
||||
基于Vue 2,Webpack 4,Koa 2的SSR脚手架。
|
||||
|
||||
具体配置指南请参阅博文:[https://www.wyr.me/post/593](https://www.wyr.me/post/593)
|
@ -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))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user