Decrease list of dependencies
This commit is contained in:
921
package-lock.json
generated
921
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -28,11 +28,7 @@
|
|||||||
"@babel/preset-env": "^7.12.13",
|
"@babel/preset-env": "^7.12.13",
|
||||||
"@vue/compiler-sfc": "^3.0.5",
|
"@vue/compiler-sfc": "^3.0.5",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
"chalk": "^4.1.0",
|
|
||||||
"copy-webpack-plugin": "^7.0.0",
|
|
||||||
"css-loader": "^5.0.1",
|
"css-loader": "^5.0.1",
|
||||||
"dotenv": "^8.2.0",
|
|
||||||
"dotenv-expand": "^5.1.0",
|
|
||||||
"eslint": "^7.19.0",
|
"eslint": "^7.19.0",
|
||||||
"eslint-config-prettier": "^7.2.0",
|
"eslint-config-prettier": "^7.2.0",
|
||||||
"eslint-formatter-friendly": "^7.0.0",
|
"eslint-formatter-friendly": "^7.0.0",
|
||||||
@@ -40,18 +36,12 @@
|
|||||||
"eslint-plugin-vue": "^7.5.0",
|
"eslint-plugin-vue": "^7.5.0",
|
||||||
"eslint-webpack-plugin": "^2.5.0",
|
"eslint-webpack-plugin": "^2.5.0",
|
||||||
"mini-css-extract-plugin": "^1.3.5",
|
"mini-css-extract-plugin": "^1.3.5",
|
||||||
"ora": "^5.3.0",
|
|
||||||
"prettier": "2.2.1",
|
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"strip-ansi": "^6.0.0",
|
|
||||||
"style-loader": "^2.0.0",
|
"style-loader": "^2.0.0",
|
||||||
"terser-webpack-plugin": "^5.1.1",
|
|
||||||
"thread-loader": "^3.0.1",
|
|
||||||
"vue-eslint-parser": "^7.4.1",
|
"vue-eslint-parser": "^7.4.1",
|
||||||
"vue-loader": "^16.1.2",
|
"vue-loader": "^16.1.2",
|
||||||
"vue-style-loader": "^4.1.2",
|
"vue-style-loader": "^4.1.2",
|
||||||
"webpack": "^5.20.2",
|
"webpack": "^5.20.2"
|
||||||
"webpack-merge": "^5.7.3"
|
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
"bundleDependencies": false,
|
||||||
"homepage": "https://vue-map.netlify.app/",
|
"homepage": "https://vue-map.netlify.app/",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ npm install -S @fawmi/vue-google-maps
|
|||||||
## Basic usage
|
## Basic usage
|
||||||
You need an API Key. Learn how to [get an Api key ](https://developers.google.com/maps/documentation/javascript/get-api-key).
|
You need an API Key. Learn how to [get an Api key ](https://developers.google.com/maps/documentation/javascript/get-api-key).
|
||||||
|
|
||||||
##Configure Vue to use the Components
|
### Configure Vue to use the Components
|
||||||
|
|
||||||
In your `main.js` or inside a Nuxt plugin:
|
In your `main.js` or inside a Nuxt plugin:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user