| description | A garage door PWA |
| last change | Sat, 22 May 2021 20:08:18 +0000 (22:08 +0200) |
This is the garage node client application.
These instructions let get you a copy of the project and running on it your local machine.
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
publicPathto
/in
vue.config.jsif you experience problems. ```
Compile (minifies) for production by running
npm run build
Your compiled output is located in the
distdirectory.
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">
| 2021-05-22 | ebelcrom | cellar status added master | commit | commitdiff | tree | snapshot |
| 2020-03-01 | ebelcrom | documentation updated v1.0.0 | commit | commitdiff | tree | snapshot |
| 2020-01-19 | ebelcrom | notification implemented | commit | commitdiff | tree | snapshot |
| 2019-12-26 | ebelcrom | features implemented expect notification settings | commit | commitdiff | tree | snapshot |
| 2019-12-12 | ebelcrom | init | commit | commitdiff | tree | snapshot |
| 4 years ago | v1.0.0 | v1.0.0 | tag | | commit | shortlog | log |
| 4 years ago | master | shortlog | log | tree |
| 4 years ago | no-cdoor | shortlog | log | tree |