/basic-app-frontend

Basic frontend for a basic web application

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Scheduler-Frontend

Frontend Vue.js app.

Build Setup

use yarn or npm

# install dependencies
yarn install

# serve with hot reload
yarn start

# build for production with minification
yarn build

Background

This app was built in parallel with https://github.com/maxdobeck/gatekeeper. This is essentially a Single Page Application that makes API calls with the Fetch command to get the data needed.

For detailed explanation on how things work, checkout the guide and docs for vue-loader.