1.1.0 • Published 6 years ago

@lassehaslev/vue-geocoder v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

@lassehaslev/vue-geocoder

Coordinates input using Vue

Install

# Install dependencies
npm install @lassehaslev/vue-geocoder

Usage

Register component in javascript

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

Now your component is ready for usage

<geocoder @selected="" api-key="" limit-to-country=""></geocoder>

Development

# 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.

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago