StaceC / sbbg_app_vue

Frontend Vue app for SBBG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Browser Based Game - Vue App

The demo Vue application can be built using Docker or your Local development environment.

Using either method below, the app should become available on:

http://localhost:8091

Please ensure you have no other services running on 8091 on your machine

Docker

With docker installed on your systems command line do the following:

Build Docker

docker-compose build

Run Docker

docker-compose up

Local

Without docker, yarn, npm and node are prerequisites on you system.

Build Local

yarn install

Run Local

yarn run serve

About

Frontend Vue app for SBBG


Languages

Language:Vue 52.3%Language:JavaScript 43.3%Language:HTML 3.6%Language:Dockerfile 0.7%