34 lines
495 B
Markdown
34 lines
495 B
Markdown
|
1. React核心库:react,react-dom,react-router-dom
|
||
|
2. 脚手架:create-react-app
|
||
|
3. 数据请求:axios
|
||
|
4. ui组件库:antd-mobile
|
||
|
5. 其他组件库:react-virtualized长列表,formik-yup表单和表单验证,react-spring动画功能
|
||
|
6. 百度地图api
|
||
|
|
||
|
创建并导入数据库 hkzf
|
||
|
在api目录中执行 npm start
|
||
|
8080
|
||
|
|
||
|
npx create-react-app hkzf-mobile
|
||
|
|
||
|
npm install antd-mobile --save
|
||
|
|
||
|
npm install react-router-dom
|
||
|
|
||
|
对象简写方式
|
||
|
```
|
||
|
{message:message}=>{message}
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
09
|
||
|
14
|
||
|
15
|
||
|
27
|