dexif / TrackIt

A simple application based on flespi.io and built with Quasar. Allows tracking different devices on the map, viewing and sending telemetry messages for these devices.

Home Page:http://trackit.flespi.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track It!

A simple application based on flespi.io and built with Quasar and Leaflet.js. Allows tracking different devices on the map, viewing telemetry messages for these devices.

Screenshot

Features

  • ES6 Javascript
  • Vue.js
  • Writing .vue files
  • Vuex
  • Webpack
  • Responsive layout
  • NPM ecosystems
  • Leaflet
  • Material theme
  • Dev Hot Reload
  • and many more!

Prerequisites:

Build Setup

# clone the repo
$ git clone https://github.com/flespi-software/TrackIt.git mytracker

# go into app's directory and install dependencies
$ cd mytracker
$ npm install

# serve with hot reload at localhost:7006 for flespi.io
$ quasar dev

# build for production with minification for flespi.io
$ quasar build

# lint code
$ quasar lint

# serve with hot reload at localhost:7006 for localhost:9005
$ npm run dev_local

# build for production with minification for current host
$ npm run build_local

Demo

Check it out live!

License

MIT license.

About

A simple application based on flespi.io and built with Quasar. Allows tracking different devices on the map, viewing and sending telemetry messages for these devices.

http://trackit.flespi.io

License:MIT License


Languages

Language:Vue 55.9%Language:JavaScript 38.0%Language:CSS 3.3%Language:HTML 2.9%