aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/README.md
blob: f4c095ebc0f2327ad58ccccea98fa5287bd712ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Moon Dashboard

To build project, yarn is necessary : https://yarnpkg.com/

This project uses Vuejs framework : https://vuejs.org/

This project uses Orange Boosted for styles : https://boosted.orange.com/


## Project setup
```
yarn install
```
Install all dependencies.

### Compiles and hot-reloads for development
```
yarn run serve
```
Follow instruction in console to test this project in development mode.

### Compiles and minifies for production
```
yarn run build
```
All generated files are in dist folder, this folder can be copied to be served directly by server.


### Configuration
Configuration are in src/config.js file.
Define Moon Manager server URL.


### TODO
- test of services (see ../www/moon/services/*.spec.js for the old versions)