Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
/ mltshp-vue Public archive

Same great MLTSHP, new Vue.js flavor!

Notifications You must be signed in to change notification settings

spaceninja/mltshp-vue

Folders and files

NameName
Last commit message
Last commit date
Oct 23, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
Apr 15, 2023
Apr 30, 2023
Apr 30, 2023
Apr 30, 2023
Feb 10, 2020
Apr 16, 2023
Apr 15, 2023
Apr 17, 2023
Apr 15, 2023
Apr 15, 2023
Sep 15, 2021
Apr 15, 2023
Feb 11, 2020
Jun 19, 2023
Apr 15, 2023
Apr 20, 2023
May 6, 2023
Apr 28, 2023
Apr 26, 2023
Apr 21, 2023
Mar 15, 2024
Apr 15, 2023
Mar 15, 2024

Repository files navigation

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.