nuxt-gmaps-module
v0.0.3
Published
Nuxt module allowing you to inject google maps javascript api to the project
Downloads
3
Readme
nuxt-gmaps-module
Nuxt module allowing you to inject google maps javascript api to the project
Setup
- 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 */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Felix DENOIX [email protected]