mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
* added keyboard event and logger package * added logger * finalized logger * added object diff filter and undoRedo mixin * connected undo redo system and cleanup * updated vuetify version * [WIP] undo redo integration * working rollback system * finished rollback sub components * finished rollback integration * lint fix to all client
Chameleon Client UI
Install Node.js
Follow this link
Project setup
Run this one time, this command downloades the packages the UI uses and it might take a short while
npm install
Compiles and hot-reloads for development
Run this every developing session, this command auto-build the UI after every change your make
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint