Switch from nyc to c8
[e-mobility-charging-stations-simulator.git] / src / ui / web / README.md
index 0074019751293ef42ea6f3a7a96fb2f0a94a00b0..b14f6e4e3dc9de8889436a07e6cd92c61fe717a6 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Project setup
 
-```
+```shell
 npm install
 ```
 
@@ -10,30 +10,26 @@ npm install
 
 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
 
-```
+```shell
 npm start
 ```
 
-#### Compiles and hot-reloads for development
+#### Compiles and run for development
 
-```
+```shell
 npm run serve
 ```
 
 ### Compiles and minifies for production
 
-```
+```shell
 npm run build
 ```
 
 ### Lints files
 
-```
+```shell
 npm run lint
 ```
-
-### Customize configuration
-
-See [Configuration Reference](https://cli.vuejs.org/config/).