react项目搭建文档

1. 安装node环境。 2. 全局安装react脚手架:npm install create-react-app -g 3. 利用脚手架搭建项目:create-react-app my-app 4. 进入项目目录,下载所有依赖包:cd my-app    npm install / yarn install 5. 配置bootstrap,jquery: 安装jquery【版本1.9.1】:npm
相关文章
相关标签/搜索