A demo Vue app using MapboxGL to track the position of the International Space Station in real time.
# 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.