Sun

Results 42 comments of Sun

非常赞同, 不过光在 issues 里面写, 就好比一个 blog 系统只有后台管理端, 没有前台页面的感觉. @atian25 可以试一试 [Spring](https://github.com/zhaoda/spring) is a blog engine written by GitHub Issues. 例如: [学前班 - 学前端](https://github.com/f2e-journey/xueqianban)

@atian25 [Spring](https://github.com/zhaoda/spring) 是 @zhaoda 大神的作品, 原理就是使用 GitHub API 来获取 issue 的 markdown 数据, 然后前端渲染 markdown, 可以很好的定制出自己想要的博客系统, 例如[学前班](https://github.com/f2e-journey/xueqianban)的 @Monine 同学就自己定制出了 [vue-blog](https://monine.github.io "使用 Vue 和 Github Issues 搭建的 SPA Blog")

please try `nodejs 6.x`

@wq1308786830 前面都已经说过很多次了, 请切换到 `nodejs 6.x` 的版本就可以运行了, 目前还不支持 `7.x` 的版本, 因为 ndoejs `6.x` 才是主流版本 ``` v6.10.2 LTS Recommended For Most Users ```

@wq1308786830 因为我的项目是基于 [puer](https://github.com/leeluolee/puer) 的, 需要让 puer 项目更新依赖才行, 目前 puer 依赖的是 `"socket.io": "0.9.16"`, 修改成 `"socket.io": "1.7.x"` 就可以了 [process.EventEmitter is undefined in node 7](https://github.com/leeluolee/puer/issues/40) 因此建议你 fork 出一个 puer 的版本出来, 修改下代码兼容到 `node 7.x`

@idream-xu 你使用的包名字错了, 应该是 `puer-mock`

> @ufologist 目前就测试了GET和POST方法,请问为什么GET方法可以正常访问,而POST方法就会报错:404 not found,可否帮忙解答一下?谢谢 不知道具体是什么配置造成的, 请给出示例

> > > > @ufologist 目前就测试了GET和POST方法,请问为什么GET方法可以正常访问,而POST方法就会报错:404 not found,可否帮忙解答一下?谢谢 > > > > > > > > > 不知道具体是什么配置造成的, 请给出示例 > > > > > > 你好,已经解决。需要给每个请求加上相应的OPTIONS请求。 > > `"GET /api/units":{}`...

@HiHiHiHatch 请给出具体的例子来重现这个问题, 以及触发这个问题是否与浏览器版本或者操作系统版本有关?

try `webpack.NamedChunksPlugin` change numerical chunk id to chunk name more detail: [Predictable long term caching with Webpack](https://medium.com/webpack/predictable-long-term-caching-with-webpack-d3eee1d3fa31)