React 安装

一、安装 node  8.0以上node

node -vreact

npm -vnpm

二、安装淘宝镜像 cnpmapp

npm install -g cnpm --registry=https://registry.npm.taobao.orgblog

三、用 cnpm 安装 react,依次输入命令create-react-app

cnpm install -g create-react-appcnpm

create-react-app my-app淘宝

cd my-app/im

npm startimg

四、运行后:http://localhost:3000/

相关文章
相关标签/搜索