從零開始建立一個react專案
前提條件:
已安裝過webstorm和nodejs。
安裝create-react-app和yarn
npm install -g create-react-app yarn
開啟WebStorm建立工程
#安裝antd
yarn add antd --save
修改app.js程式碼
React, { Component } ;logo ;;{ Button } ;App Component { () { ( {logo} Welcome to React Button To get started, edit src/App.js and save to reload. ); } }App;
以上是如何基於WebStorm, React和Ant.Design開發WebAppDemo的詳細內容。更多資訊請關注PHP中文網其他相關文章!