文件名称:nuxt-google-maps-module:插入Google Maps脚本
文件大小:138KB
文件格式:ZIP
更新时间:2024-02-24 06:11:53
google maps nuxtjs nuxt-module GoogleJavaScript
Nuxt Google地图模块 用于导入Google地图脚本的NuxtJS模块 目录 要求 npm NuxtJS 节点JS 安装 $ npm install --save nuxt-google-maps-module 入门 添加nuxt-google-maps-module到modules的部分nuxt.config.js 。 { modules : [ // Simple usage 'nuxt-google-maps-module' , // With options [ 'nuxt-google-maps-module' , { /* module options */ key : 'GOOGLE MAPS KEY' , // Default } ] , ] } 甚至 { modules : [ 'nuxt-google-maps-module' , ] , maps : { key : 'GOOGLE MAPS KEY' , } , } 用法 在nuxt.confi
【文件预览】:
nuxt-google-maps-module-master
----.circleci()
--------config.yml(594B)
----.gitignore(70B)
----README.md(1KB)
----CHANGELOG.md(190B)
----test()
--------module.test.js(675B)
--------fixture()
----LICENSE(1KB)
----package.json(1KB)
----dist()
--------plugin.template.js(826B)
--------module.js(1KB)
----src()
--------plugin.template.js(826B)
--------module.js(1KB)
----.babelrc(155B)
----.eslintignore(36B)
----.editorconfig(207B)
----.eslintrc.js(544B)
----package-lock.json(639KB)