Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 721 Bytes

vuefis

Vue implementation of an electronic flight instrument system (EFIS) with an arduino in a serial port as a data source.

This is highly attached to a 800x480 raspberryPi screen. Deformations might appear in other screens and aspect ratios.

WARNING This is a personal project and a WORK IN PROGRESS.

VuEFIS

Config

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

or in an electron instance

npm run electron:serve

Compiles and minifies for production

npm electron:build