blog icon indicating copy to clipboard operation
blog copied to clipboard

一些小建议

Open kingcan20 opened this issue 8 years ago • 1 comments

  1. 一些生产环境的依赖(比如react,jquery),实际写入到了devDependencies,开发的时候没什么问题,但是实际部署肯定是有问题的。
  2. index.html引入打包后的js包,其实是可以使用html-webpack-plugin这个插件来自动引入。
  3. react组件已经用es6 classes的写法了,用export default 取代 module.exports= 不是更哈啤。
  4. UI组件用antdesign不用多花什么时间就比现在好看多了。

kingcan20 avatar Apr 27 '17 09:04 kingcan20

cool

cqupt-yifanwu avatar Jul 31 '17 09:07 cqupt-yifanwu