JasonBoy / koa-web-kit

🚀A Modern, Production-Ready, and Full-Stack Node Web Framework with React
MIT License
214 stars 41 forks source link

Cannot find module '../build/node/ssr' #14

Closed wsdo closed 6 years ago

JasonBoy commented 6 years ago

what script do you use to start ? the single npm run ssr will generate the ssr.js, but it is integrated with other script, unless you use npm run watch, npm start separately and your ENABLE_SSR is true

wsdo commented 6 years ago

npm run ssr 然后 npm start ,访问3000 查看源代码没有看到 同构 的内容呢, 怎么启动能看到呢?

JasonBoy commented 6 years ago

直接npm run dev:ssr

wsdo commented 6 years ago

解决了,这个项目太棒了,能否 把 ant design 加入里面呢

JasonBoy commented 6 years ago

这个你直接install一下,import用就行了啊,这边只是相对通用的东西,用什么UI库自己选择

wsdo commented 6 years ago

我试试,之前搭建的,不兼容,在国外工作?

JasonBoy commented 6 years ago