a21aa3bf88
supports promise connect and auto reconnect with authentification (default is token emits 'status' events so client can monitor socket status the example client now uses quasar 1+ and is designed to work with example server in the uci-websocket repo also uses npm-watch dev dependency for restarting example client with changes in the consumer socket emit consumer-connection events |
||
---|---|---|
.. | ||
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