Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.41 KB

GmapVue for Vue 3

Publish Documentation

Installation

npm

npm install @gmap-vue/v3

pnpm

pnpm add @gmap-vue/v3

yarn

yarn add @gmap-vue/v3

You can find the documentation following the link.

Migrating from version for Vue 2

In the new version of this plugin for Vue v3 we introduce many changes on the structure and also we tried to improve some names to be more intuitive. Please for more detail refer to our documentation.

CONTRIBUTORS ARE WELCOME

If you have time to contribute to a rather frequently used library, feel free to make a PR!, but first please read our contributing guide.

What's urgently needed are:

  1. Better unit tests (we use Vitest).
  2. Better integration tests (we use Cypress)