react quick start

快速构建react:

 

 

具体:

cmd命令行

$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ npm config set registry https://registry.npm.taobao.org
$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start

构建完成:

 

 

 

posted @ 2021-02-23 10:04  圣金巫灵  阅读(62)  评论(0编辑  收藏  举报