uci-base/examples/ws-fio-client
David Kebler 3bf0110164 0.1.26
refactored amend methods
added transport validation
changed default name spaces to all start with _ to avoid accidential namespace issues
refactored examples to showcase all possibilities with a four in one (fio) example
refactored ha hooks
added matching websocket client
all works changes made by one socket are pushed to all sockets where they do their updates including home assistant
added a home assistant package file including lovelace yaml for matching HA interface.
2019-08-28 09:15:02 -07:00
..
src 0.1.26 2019-08-28 09:15:02 -07:00
.editorconfig 0.1.26 2019-08-28 09:15:02 -07:00
.eslintignore 0.1.26 2019-08-28 09:15:02 -07:00
.eslintrc.js 0.1.26 2019-08-28 09:15:02 -07:00
.gitignore 0.1.26 2019-08-28 09:15:02 -07:00
.postcssrc.js 0.1.26 2019-08-28 09:15:02 -07:00
.stylintrc 0.1.26 2019-08-28 09:15:02 -07:00
README.md 0.1.26 2019-08-28 09:15:02 -07:00
babel.config.js 0.1.26 2019-08-28 09:15:02 -07:00
package.json 0.1.26 2019-08-28 09:15:02 -07:00
quasar.conf.js 0.1.26 2019-08-28 09:15:02 -07:00

README.md

Quasar App (test-client-new)

a test websocket client for uci websocket server

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.