React開發環境準備

react fiber 指react 16以上的版本react

 

引入react的方式npm

一、引入.js文件瀏覽器

二、使用腳手架工具(推薦)app

 

推薦使用react官方提供的腳手架工具:create-react-app工具

 

React開發環境準備3d

(npx 是 npm 的高級版本,npx 具備更強大的功能)blog

npx create-react-app my-app
cd my-app
npm start

開發

 

npx create-react-app 使用淘寶鏡像get

一、查看npm的鏡像源class

npm config get registry

// 默認是:https://registry.npmjs.org/

 

 

二、修改爲淘寶的鏡像源

npm config set registry https://registry.npm.taobao.org

 

 

三、create-react-app建立項目

npx create-react-app myapp

 

最後的運行結果

 

 

瀏覽器訪問:

 

 

  • 一、查看npm的鏡像源
相關文章
相關標籤/搜索