Web UI: display charging stations' registration status
[e-mobility-charging-stations-simulator.git] / src / ui / web / README.md
CommitLineData
32de5a57
LM
1# Web UI
2
3## Project setup
4
5```
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 without development tools
14
15```
16npm start
17```
18
19#### Compiles and hot-reloads for development
20
21```
22npm run serve
23```
24
25### Compiles and minifies for production
26
27```
28npm run build
29```
30
31### Lints files
32
33```
34npm run lint
35```
36
37### Customize configuration
38
39See [Configuration Reference](https://cli.vuejs.org/config/).