Code Monkey home page Code Monkey logo

rc-bmap's Introduction

React BaiduMap

基于 React 的百度地图组件

npm license

文档

https://bmap.jser-club.com

开始

安装

yarn add rc-bmap # 或者:npm install --save rc-bmap

使用

import React from 'react';
import { render } from 'react-dom';
import { Map } from 'rc-bmap';

render(<Map ak="WAeVpuoSBH4NswS30GNbCRrlsmdGB5Gv" />, 
  document.getElementById('app')
);

更多用法,见官网

更多示例,见示例

协议

MIT 许可证

如何本地启动demo

  • 进入examples目录,执行
yarn install # 安装相关依赖
npm run dev # 启动本地服务

如何启动本地文档

  • 进入docs目录,执行
vuepress dev # 文档由vuepress驱动

rc-bmap's People

Contributors

bestdingsheng avatar cloudbam avatar jserwang avatar laoxuyo avatar leemiaoshun avatar luoshaoxiong avatar sun-clover avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.