Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 574 Bytes

mltshp-vue

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.

Setup

# 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.