# <h1>vue3-naver-maps</h1>

![GitHub package.json version](https://img.shields.io/github/package-json/v/dongkyuuuu/vue3-naver-maps)
![npm bundle size](https://img.shields.io/bundlephobia/min/vue3-naver-maps)
![NPM](https://img.shields.io/npm/l/vue3-naver-maps)

문서는 [Documentation](https://dongkyuuuu.github.io/vue3-naver-maps/)에서 확인 가능합니다.

4.x 버전으로 업데이트 되었습니다. 3.x이전 버전 사용자는 사용에 변경사항이 있으니 [3.x 버전으로 부터 마이그레이션](https://dongkyuuuu.github.io/vue3-naver-maps/migrations/from3.html) 문서를 참고해주세요.

## Introduce

`vue3-naver-maps`는 `NAVER 지도 API v3` Vue3에서 간편하게 사용하기 위해 작성 된 라이브러리 입니다.

본 라이브러리는 `Typescript와` Vue3의 `Composition API`를 사용하여 작성 되었습니다.

`vue3-naver-maps`는 [vue-naver-maps](https://github.com/Shin-JaeHeon/vue-naver-maps)를 바탕으로 작성 되었습니다.

## Usage

타입스크립트를 사용한다면 `@types/navermaps`를 추가적으로 설치해주세요.

### npm

```bash
$ npm install vue3-naver-maps --save
```

### Yarn

```bash
$ yarn add vue3-naver-maps
```

## Contributing Guide

버그, 의견, 기능추가 등 자유롭게 [Issue](https://github.com/DongKyuuuu/vue3-naver-maps/issues) 혹은 [Pull Request](https://github.com/DongKyuuuu/vue3-naver-maps/pulls)를 통해 기여 가능합니다. 👍

`@types/navermaps`에 추가적인 타입이 필요하거나, 누락된 건이 있는 경우 해당 [navermaps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/navermaps)에 contribute 해주시거나 [Issue](https://github.com/DongKyuuuu/vue3-naver-maps/issues)에 남겨주시면 추가하도록 하겠습니다.
