React安装开发环境
1.node.jsnode -v2.安装淘宝镜像npm install -g cnpm --registry=https://registry.npm.taobao.orgnpm config set registry https://registry.npm.taobao.org3.cnpm安装npm install -g create-react-app创建项目create-react-app
·
1.node.js
node -v
2.安装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org

3.cnpm安装
npm install -g create-react-app
创建项目
create-react-app hello-react
进入项目
cd hello-react
启动项目
npm start
更多推荐


所有评论(0)