nuxt-gmaps-module

0.0.3 • Public • Published

nuxt-gmaps-module

Nuxt module allowing you to inject google maps javascript api to the project

📖 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@bonjour.agency

/nuxt-gmaps-module/

    Package Sidebar

    Install

    npm i nuxt-gmaps-module

    Weekly Downloads

    4

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    6.16 kB

    Total Files

    6

    Last publish

    Collaborators

    • bonjour_paris_agency