0.0.16-beta.0 • Published 2 years ago

@dabu/vue3-amap v0.0.16-beta.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

文档

@dabu/vue3-amap  基于高德地图2.0 API 封装设计的 Vue3 组件/hooks 库,开箱即用。

文档地址 https://vue3-amap-docs.netlify.app

如果您觉得还不错,点亮 🌟star🌟 是支持更新的最大动力 ✌🏻

安装

推荐使用 pnpm 安装

# with npm
npm install @dabu/vue3-amap --save

# or with yarn
yarn add @dabu/vue3-amap

# or with pnpm
pnpm add @dabu/vue3-amap

快速上手

import { useAmap } from '@dabu/vue3-amap'
import '@dabu/vue3-amap/dist/style.css'

const { initAMapApiLoader } = useAmap()
async function setupApp() {
  await initAMapApiLoader({
    key: '', // 高德地图 Key
    version: '2.0'
  })
  const app = createApp(App)
  app.mount('#app')
}
setupApp()
0.0.16-beta.0

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago