vue-tmap, a high-performance map component library for Vue3 based on Tencent Maps and TypeScript encapsulation, has the following features:
Improve documentation: improve the readability of documentation based on official documentation and framework usage, and improve component examples
Componentization: Encapsulate the Tencent Maps imperative api as a responsive component, no need to care about the complex map api, only need to operate the data
Multi-framework: including react-tmap and vue-tmap, and share the same set of type definitions
Type-safe: supplemented the type declaration of Tencent Maps sdk, components are also developed using TypeScript, a better development experience
Custom components: provide an open map instance, you can write custom components or directly call the map’s native api
Performance optimization: unify the map api calling method and data monitoring to prevent performance problems caused by misuse of the map api
Thanks to all the technical enthusiasts who participated in the contribution, let’s build an easy-to-use map component library together
Commit bug
Please submit a bug through issue, and describe in detail how to reproduce the error and the version of dependencies. It is best to display the reproduced code through an online code editor.
Submit code
Please submit your code via pull request and we’ll take a look soon
Start development
git clone xxx
cd react-tmap // cd vue-tmap
npm install
npm run dev
vue-tmap
Introduction
vue-tmap, a high-performance map component library for Vue3 based on Tencent Maps and TypeScript encapsulation, has the following features:
Documentation and Examples
Welcome to Official document address to view more map components.
Main Components
Quick start
Install
Apply for Tencent map key
https://lbs.qq.com/dev/console/key/manage
Simple example
Contribution Guidelines
Commit bug
Please submit a bug through issue, and describe in detail how to reproduce the error and the version of dependencies. It is best to display the reproduced code through an online code editor.
Submit code
Please submit your code via pull request and we’ll take a look soon
Start development
communicate with
Add WeChat group after open source