摘要: class Demo extends React.Component { click = (a) => (e) => { console.log('额鹅鹅鹅', a, e); } render() { return Hello, world! ; } } ReactDOM.render( , do... 阅读全文
posted @ 2018-10-19 17:11 Running00 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 前端pdf 大全 阅读全文
posted @ 2018-10-19 14:22 Running00 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1. npm 自己的registry 很慢 可以改用淘宝的 查看registry 的 配置 :npm config get registry npm info 包名 1) npm install 包名 npm install (npm install <package_name> [--save-p 阅读全文
posted @ 2018-10-19 10:15 Running00 阅读(155) 评论(0) 推荐(0) 编辑