An open API service indexing awesome lists of open source software.

https://github.com/lassehaslev/vue-geocoder

Geocoder using Vue
https://github.com/lassehaslev/vue-geocoder

Last synced: about 1 month ago
JSON representation

Geocoder using Vue

Awesome Lists containing this project

README

          

# @lassehaslev/vue-geocoder
> Coordinates input using Vue

## Install

```bash
# Install dependencies
npm install @lassehaslev/vue-geocoder
```

## Usage

Register component in javascript

```js
const Geocoder = require( '@lassehaslev/vue-geocoder' );
Vue.component( 'geocoder', Geocoder );
```

Now your component is ready for usage
```html

```

## Development

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).