启动 npm run server之后,看到network返回的并不是html结构的代码?
Closed this issue · 3 comments
Snnny commented
结果跟npm start开发的时候一样,这是怎么回事?
wd2010 commented
你先编译了吗? npm run build
Snnny commented
是的,运行了。你确定 npm run build npm run server 之后 network能看到koa渲染之后的html结构?
顺便问一下,在你的项目里使用css module?
import style from '../assets/css/my.scss'
console.log('>>>>>>>>>>>style', style) 像这样 style一直是一个空对象? 我需要配置什么东西吗?
wd2010 commented