create-react-app创建及常用插件整理
React
2020-11-18 17:35:42
react得应用这里就不多做说明,本文就初始安装react项目及相关插件做详细说明。
一、create-react-app初始化
npx create-react-app 你得项目名称
二、常用插件整理
2.1、sass安装
$ npm install node-sass --save
$ # or
$ yarn add node-sass
2.2、router路由
$ npm install --save react-router-dom
$ # or
$ yarn add react-router-dom
2.3、axios数据请求
npm install axios
or
yarn add axios
2.4、React Redux
npm install --save react-redux
2.6、react-router-config
npm install --save react-router-config
三、推荐安装项
3.1、Ant Design基于react得UI组件库
npm install antd --save
# or
yarn add antd
持续整理中
六月初字帖坊小程序
你想要的字帖模板及工具,这里都有!
877篇文章
2854人已阅读