Web UI: fix UT
[e-mobility-charging-stations-simulator.git] / src / ui / web / README.md
index 0074019751293ef42ea6f3a7a96fb2f0a94a00b0..04d8532a04b124eb0d750b62bb0ddd9b5fc92d8b 100644 (file)
@@ -10,13 +10,13 @@ npm install
 
 For both solution you can then follow the link displayed in the terminal at the end of compilation
 
 
 For both solution you can then follow the link displayed in the terminal at the end of compilation
 
-#### Compiles and run without development tools
+#### Compiles and run for production
 
 ```
 npm start
 ```
 
 
 ```
 npm start
 ```
 
-#### Compiles and hot-reloads for development
+#### Compiles and run for development
 
 ```
 npm run serve
 
 ```
 npm run serve
@@ -33,7 +33,3 @@ npm run build
 ```
 npm run lint
 ```
 ```
 npm run lint
 ```
-
-### Customize configuration
-
-See [Configuration Reference](https://cli.vuejs.org/config/).