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
- Host: GitHub
- URL: https://github.com/lassehaslev/vue-geocoder
- Owner: LasseHaslev
- Created: 2016-12-22T15:51:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T09:45:47.000Z (about 8 years ago)
- Last Synced: 2025-02-05T10:15:49.838Z (over 1 year ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).