Files
PhotonVision/photon-client
Vatan Aksoy Tezer 1bbeed7d3d Add offline docs and respective CI tasks (#19)
* Add gradle javadocs task

* Add task for copying resources

* Add docs tab

* Add online docs

* Add offline docs

* Change gitignore

* Remove web resources

* Fix .gitignore

* Fix lint error

* Fix lint error

* Add CI tasks for offline docs

* Hoepfully fix CI

* Hoepfully fix CI

* Fix lint checker

* Checking on CI

* Fix CI fetch

* Fix EOF and CI repo

Co-authored-by: Vatan <vatan.tezer@polonom.com>
2020-07-07 15:10:28 -04:00
..
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-27 19:11:56 -07:00
2020-06-28 06:11:09 -04:00
2020-06-28 06:11:09 -04:00
2020-06-27 19:11:56 -07:00
2020-06-28 06:11:09 -04:00

PhotonVision 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 development session, this command auto-builds the UI after every change you 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

Customize configuration

See Node.js' Configuration Reference.