記錄 react的常用指令

熬夜選手菜發表於2020-09-24

1.引用axios
npm i --save axios

2.react路由
npm i --save react-router-dom

3.安裝antd
$ npm install antd --save

4.安裝antd圖示
npm install --save @ant-design/icons

相關文章