Files
PhotonVision/chameleon-client/README.md
OmerZ7 a031f8431a Updated UI readme
added nodejs installation and explanation
2019-12-02 01:52:35 +02:00

37 lines
632 B
Markdown

# Chameleon Client UI
## Install Node.js
Follow [this](https://nodejs.org/en/) 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).