[关闭]
@maorongrong 2018-09-02T06:26:46.000000Z 字数 245 阅读 497

React学习

React 前端学习


菜鸟部落教程

create-react-app 是来自于 Facebook,通过该命令我们无需配置就能快速构建 React 开发环境。
create-react-app 自动创建的项目是基于 Webpack + ES6 。

执行以下命令创建项目:

  1. $ cnpm install -g create-react-app
  2. $ create-react-app my-app
  3. $ cd my-app/
  4. $ npm start

前端技术

js
jQuery
html&css
bootStarp
AjAx
node.js ?
react

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注