A Vue.js project that lets you add puspins at specifiy coordinates on a leaflet map.
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/
# 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.