nuxt-gmaps-module
Nuxt module allowing you to inject google maps javascript api to the project
📖 Release Notes
Setup
- Add the
nuxt-gmaps-module
dependency with yarn
or npm
to your project - Add
nuxt-gmaps-module
to the modules
section of nuxt.config.js
- Configure it:
{
modules: [
'nuxt-gmaps-module',
['nuxt-gmaps-module', { }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
or npm install
- Start development server using
npm run dev
License
MIT License
Copyright (c) Felix DENOIX felix.denoix@bonjour.agency