/mapbox-vue-typescript

mapbox + vue + typescript

Primary LanguageVue

mapbox-vue-typescript

combine power of Vue + Mapbox GL + Typescript

Vue-mapbox is wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.

Development

git clone git@github.com:hanbingde/mapbox-vue-typescript.git
cd mapbox-vue-typescript
npm install

Compiles and hot-reloads for development:

npm run serve

Compiles and minifies for production:

npm run build

Inspired by soal's vue-mapbox

welcome PRs