A simple application based on flespi.io and built with Quasar and QTelemetry component. That displays devices telemetry.
- ES6 Javascript
- Vue.js
- Writing .vue files
- Vuex
- Webpack
- Responsive layout
- NPM ecosystems
- Material theme
- Dev Hot Reload
- and many more!
# clone the repo
$ git clone https://github.com/flespi-software/TelemetryViewer.git telemetryviewer
# go into app's directory and install dependencies
$ cd telemetryviewer
$ npm install
# serve with hot reload at localhost:7006
$ npm run dev
# build for production with minification
$ npm run build
Check it out live!
MIT license.