Basic frontend for a basic web application
Frontend Vue.js app.
use yarn or npm
# install dependencies
yarn install
# serve with hot reload
yarn start
# build for production with minification
yarn build
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.