Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 603 Bytes

vue-mapbox-gl

A demo Vue app using MapboxGL to track the position of the International Space Station in real time.

View live site

Build Setup

# if you don't have Yarn installed
npm install -g yarn

# install dependencies
yarn

# serve at localhost:8080 (if you're running dev for the first time, you must run yarn build first)
yarn dev

# build for production with minification
yarn build

# lint all *.js and *.vue files
yarn lint

# run unit tests
yarn test

For more information see the docs for vueify.