react項目搭建文檔

1. 安裝node環境。 2. 全局安裝react腳手架:npm install create-react-app -g 3. 利用腳手架搭建項目:create-react-app my-app 4. 進入項目目錄,下載所有依賴包:cd my-app    npm install / yarn install 5. 配置bootstrap,jquery: 安裝jquery【版本1.9.1】:npm
相關文章
相關標籤/搜索