使用npm方式安装react组件库,然后通过es模块加载 npm install react-bmapgl --save 因为本人使用的是tsx 所以会有下划线报错 import { Map } from 'react-bmapgl'function Example() {return (<Mapstyle={{ height: 450 }}center={new BMapGL.Point(116.404449, 39.914889)}zoom={12}heading={0}tilt={40}o...
使用umi搭建echears实例. Contribute to yunyi1895/echear-umi development by creating an account on GitHub.