Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismarslomic/homeydash.combined
Homey dashboard for iPad/iPhone/e-ink readers
https://github.com/ismarslomic/homeydash.combined
athom-homey dashboard e-ink ipad iphone
Last synced: about 2 months ago
JSON representation
Homey dashboard for iPad/iPhone/e-ink readers
- Host: GitHub
- URL: https://github.com/ismarslomic/homeydash.combined
- Owner: ismarslomic
- License: mit
- Created: 2019-07-07T13:36:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:13:33.000Z (about 4 years ago)
- Last Synced: 2024-10-12T12:52:36.136Z (3 months ago)
- Topics: athom-homey, dashboard, e-ink, ipad, iphone
- Language: TypeScript
- Homepage: https://ismarslomic.github.io/homeydash.combined
- Size: 3.04 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# homeydash.combined
![GitHub](https://img.shields.io/github/license/ismarslomic/homeydash.combined.svg)
![David](https://img.shields.io/david/ismarslomic/homeydash.combined.svg)
![David](https://img.shields.io/david/dev/ismarslomic/homeydash.combined.svg)
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/ismarslomic/homeydash.combined.svg)
![Codecov](https://img.shields.io/codecov/c/github/ismarslomic/homeydash.combined.svg)
![Travis (.org) branch](https://img.shields.io/travis/ismarslomic/homeydash.combined/master.svg)
![GitHub last commit](https://img.shields.io/github/last-commit/ismarslomic/homeydash.combined.svg)Web-based Homey Dashboard written in Vue.js inspired by [homey.ink](https://github.com/athombv/homey.ink) (e-ink compatible) and [homeydash.com](https://github.com/daneedk/homeydash.com) (iPad/iPhone compatible) dashboards.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run end-to-end tests
```
npm run test:e2e
```### Run unit tests
```
npm run test:unit
```### Re-compile SVG icons to src
```
npm run generate-icons:yws
```### Preview production locally
```
npm install -g serve
# -s flag means serve it in Single-Page Application mode
# which deals with the routing problem described https://cli.vuejs.org/guide/deployment.html#previewing-locally
serve -s dist
```### Report the missing locale message keys and unused keys
```
npm run i18n:report
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).