3bf0110164
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. |
||
---|---|---|
.. | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
.stylintrc | ||
README.md | ||
babel.config.js | ||
package.json | ||
quasar.conf.js |
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