Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goodrobots/maverick-web

web based frontend for maverick
https://github.com/goodrobots/maverick-web

cesium maverick pwa vue vuex webpack

Last synced: 3 days ago
JSON representation

web based frontend for maverick

Awesome Lists containing this project

README

        

# maverick-web

> Maverick Web Interface - Highly Experimental - DO NOT USE FOR REAL WORLD APPLICATIONS YET!

This is a very early experimental repo of a 'next generation' web interface for configuring and controlling UAVs.

maverick-web is a pure web application using modern Javascript technologies, and connects to multiple [maverick-api](https://github.com/goodrobots/maverick-api) backends for realtime data from multiple UAVs.

Or at least it will do, one day.

The experimental dev hot-reload server is available here: http://dev.maverick.one/maverick-web
The experimental static minified production site is available here: http://dev.maverick.one/web/maverick

## Dev Build Setup

``` bash
# install dependencies
npm -g install yarn
npm -g install @vue/cli
yarn install

# serve with hot reload at localhost:6794
yarn run serve

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report
```