Add readme file
This commit is contained in:
23
readme.md
23
readme.md
@@ -0,0 +1,23 @@
|
||||
# Vue.js google maps
|
||||
vue.js 3 components for Google maps
|
||||
|
||||
## Still in development
|
||||
|
||||
This repo is still in active development. Most of the components are already implemeted, but some important parts are still missing. Documentations are missing too.
|
||||
|
||||
## Install
|
||||
|
||||
to install it via NPM
|
||||
```
|
||||
npm install -S @fawmi/vue-google-maps
|
||||
```
|
||||
You can also install via Yarn
|
||||
```
|
||||
yarn add @fawmi/vue-google-maps
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
A detailed documentation with examples can be found at https://vue-map.netlify.app/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user