项目作者: maxdobeck

项目描述 :
Basic frontend for a basic web application
高级语言: JavaScript
项目地址: git://github.com/maxdobeck/basic-app-frontend.git
创建时间: 2018-07-14T23:21:14Z
项目社区:https://github.com/maxdobeck/basic-app-frontend

开源协议:MIT License

下载


Build Status

Scheduler-Frontend

Frontend Vue.js app.

Build Setup

use yarn or npm

  1. # install dependencies
  2. yarn install
  3. # serve with hot reload
  4. yarn start
  5. # build for production with minification
  6. 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.