码迷,mamicode.com
首页 > 其他好文 > 详细

快速构建 React 开发环境

时间:2018-12-27 18:52:30      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:strong   ack   registry   项目   div   col   npm   image   分享图片   

使用 create-react-app 快速构建 React 开发环境
  create-react-app 是来自于 Facebook,通过该命令我们无需配置就能快速构建 React 开发环境。

  create-react-app 自动创建的项目是基于 Webpack + ES6 。

执行以下命令创建项目:

$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start

技术分享图片

 

npm 安装资源国内慢,可以换成淘宝的镜像资源

$ npm config set registry https://registry.npm.taobao.org
-- 配置后可通过下面方式来验证是否成功
$ npm config get registry
-- 或 npm info express

 

快速构建 React 开发环境

标签:strong   ack   registry   项目   div   col   npm   image   分享图片   

原文地址:https://www.cnblogs.com/sanday/p/10185132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!