1.1.0 • Published 8 years ago

@lassehaslev/vue-geocoder v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
8 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

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago