Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goodrobots/maverick-web
- Owner: goodrobots
- License: mit
- Created: 2018-01-24T02:22:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:26:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:09:56.379Z (7 months ago)
- Topics: cesium, maverick, pwa, vue, vuex, webpack
- Language: Vue
- Homepage:
- Size: 10.3 MB
- Stars: 13
- Watchers: 10
- Forks: 7
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```