uci-base/examples/ws-fio-client
David Kebler 10c4f4a146 0.1.27 add bubble up 'status' event on every socket
add in latest websocket client example
2019-09-08 20:14:40 -07:00
..
src 0.1.27 add bubble up 'status' event on every socket 2019-09-08 20:14:40 -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.27 add bubble up 'status' event on every socket 2019-09-08 20:14:40 -07:00
quasar.conf.js 0.1.27 add bubble up 'status' event on every socket 2019-09-08 20:14:40 -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.