项目作者: internetztube

项目描述 :
Overview page for all COVID vaccination appointments in Upper Austria. 💉
高级语言: Vue
项目地址: git://github.com/internetztube/jaukerl-ooe.git
创建时间: 2021-05-29T09:19:10Z
项目社区:https://github.com/internetztube/jaukerl-ooe

开源协议:

下载


jaukerl-ooe.m8.at

This is a low-threshold information page that displays all available COVID vaccination appointments in the province of Upper Austria.
It is intended for a quick check if an earlier appointment is available.

Screenshot

Screenshot of jaukerl-ooe.m8.at

Development

  1. # Installation
  2. npm i -g http-server
  3. npm i
  1. # Development
  2. npm run dev
  1. # Build & Serve
  2. npm run generate
  3. cd dist
  4. http-server
  1. # Lints and fixes files
  2. npm run lint