Commit 964a4519 authored by Fawad Mirzad's avatar Fawad Mirzad
Browse files

Add readme file

parent 8e0792b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fawmi/vue-google-maps",
  "version": "0.0.34",
  "version": "0.1.0",
  "lockfileVersion": 1
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fawmi/vue-google-maps",
  "description": "Google Map components for Vue.js 3",
  "version": "0.0.34",
  "version": "0.1.0",
  "private": false,
  "main": "index.js",
  "scripts": {
+23 −0
Original line number Diff line number Diff line
# Vue.js google maps
vue.js 3 components for Google maps

## Still in development

This repo is still in active development. Most of the components are already implemeted, but some important parts are still missing. Documentations are missing too.

## Install

to install it via NPM 
```
npm install -S @fawmi/vue-google-maps
```
You can also install via Yarn
```
yarn add @fawmi/vue-google-maps
```

## Documentation

A detailed documentation with examples can be found at https://vue-map.netlify.app/