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
- Add the
nuxt-gmaps-module
dependency withyarn
ornpm
to your project - Add
nuxt-gmaps-module
to themodules
section ofnuxt.config.js
- Configure it:
{
modules: [
// Simple usage
'nuxt-gmaps-module',
// With options
['nuxt-gmaps-module', { /* module options */ }]
]
}
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
Copyright (c) Felix DENOIX [email protected]