Add docs boilerplate

This commit is contained in:
Fawad Mirzad
2020-10-16 17:46:14 +02:00
parent 84d869de4f
commit ffc4014dbe
23 changed files with 221 additions and 2 deletions

19
docs-src/package.json Executable file
View File

@@ -0,0 +1,19 @@
{
"name": "Vue-google-maps",
"version": "0.0.1",
"description": "Google maps components for Vue.js",
"main": "index.js",
"authors": {
"name": "Fawad Mirzad",
"email": "hi@fawmi.com"
},
"repository": "https://github.com/fawmi/vue-google-maps.git/Vue-google-maps",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
}
}