MLTSHP in Vue
Welcome to MLTSHP in Vue! I'm doing my best to recreate MLTSHP.com using Vue and Nuxt consuming the public MLTSHP API.
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
Check out the Nuxt documentation for more information.