Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 678 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 678 Bytes

vue_leaflet_map

A Vue.js project that lets you add puspins at specifiy coordinates on a leaflet map.

Demo

https://tobiobeck.github.io/

Similiar Application without single file components:

http://jsfiddle.net/tobiobeck/s1yo9scr/

Simple Leaflet application for understanding leaflet and geocoordinates (plain js+leaflet without vue):

http://jsfiddle.net/tobiobeck/27z3u8cx/

Build Setup

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