📜  安装反应依赖项 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:26.832000             🧑  作者: Mango

代码示例1
//Sass framework
npm install node-sass --save

//Router, Route, Link
npm install react-router-dom

//Material UI
npm install @material-ui/core
npm install @material-ui/icons

//Font awesome icons 
npm install --save @fortawesome/fontawesome-free

//APIS
npm install axios

//scroll animation
npm install aos --save

//react hook form
npm install react-hook-form