descriptionA garage door PWA
last changeSat, 22 May 2021 20:08:18 +0000 (22:08 +0200)
readme

garnod-pwa.git

This is the garage node client application.

Getting started

These instructions let get you a copy of the project and running on it your local machine.

Installing

Get the project using git:

git clone https://binomiant.duckdns.org/MpqU9XX8/garnod-pwa.git

Install required packages:

cd garnod-pwa.git
npm install

Compile (with hot-reload) for development by running

``` npm run serve

Change

publicPath
to
/
in
vue.config.js
if you experience problems. ```

Compile (minifies) for production by running

npm run build

Your compiled output is located in the

dist
directory.

You can use a GUI to compile and run the application in your browser:

vue ui

For a correct view without scrollable margins replace the meta section in

index.html
:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">

shortlog
2021-05-22 ebelcromcellar status added master
2020-03-01 ebelcromdocumentation updated v1.0.0
2020-01-19 ebelcromnotification implemented
2019-12-26 ebelcromfeatures implemented expect notification settings
2019-12-12 ebelcrominit
tags
4 years ago v1.0.0 v1.0.0
heads
4 years ago master
4 years ago no-cdoor