Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fawmi/vue-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fawmi/vue-google-maps

Google Map components for Vue.js 3

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
20K
7.74%
Maintainers
1
Weekly downloads
 
Created
Source

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

Example

Here is a basic example

import { createApp } from 'vue'
import googleMap from '@fawmi/vue-google-maps'
import App from './App.vue';

const googleMapOption = {
    apiKey: 'here_comes_your_api_key',
}

const app = createApp(App);

app.use(googleMap, googleMapOption)
app.mount('#app')

Documentation

Checkout https://vue-map.netlify.app for a detailed documentation

FAQs

Package last updated on 19 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts