使用create-react-app構建項目(webpack+antd+scss)

1.安裝腳手架javascript $ npm install -g create-react-app 2.經過腳手架搭建項目css $ create-react-app <項目名稱> 3.開始項目java $ cd <項目名稱> 4.經常使用腳本命令說明node $ npm run start :開始項目,經過http://localhost:3000可進行訪問 $ npm run build
相關文章
相關標籤/搜索