felixdenoix / nuxt-gmaps-custom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-gmaps-module

Nuxt module allowing you to inject google maps javascript api to the project This repo was forked from https://github.com/WilliamDASILVA/nuxt-google-maps-module and tweaked as the owner was un responsive on the repo issues

đź“– Release Notes

Setup

  1. Add the nuxt-gmaps-module dependency with yarn or npm to your project
  2. Add nuxt-gmaps-module to the modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    'nuxt-gmaps-module',

    // With options
    ['nuxt-gmaps-module', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Felix DENOIX felix.denoix@gmail.com

About

License:MIT License


Languages

Language:JavaScript 94.7%Language:Vue 5.3%