Ensure the UUID generator define a value
[e-mobility-charging-stations-simulator.git] / ui / web / README.md
... / ...
CommitLineData
1# Web UI
2
3## Project setup
4
5```shell
6npm install
7```
8
9### Run
10
11For both solution you can then follow the link displayed in the terminal at the end of compilation
12
13#### Compiles and run for production
14
15```shell
16npm start
17```
18
19#### Compiles and run for development
20
21```shell
22npm run serve
23```
24
25### Compiles and minifies for production
26
27```shell
28npm run build
29```
30
31### Lints files
32
33```shell
34npm run lint
35```