X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fweb%2FREADME.md;h=04d8532a04b124eb0d750b62bb0ddd9b5fc92d8b;hb=0a4092a7f2c9364d1d12e6a9b32ce5454dbbd553;hp=0074019751293ef42ea6f3a7a96fb2f0a94a00b0;hpb=32de5a575189d226213641f5ee36004f8454cb50;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/README.md b/src/ui/web/README.md index 00740197..04d8532a 100644 --- a/src/ui/web/README.md +++ b/src/ui/web/README.md @@ -10,13 +10,13 @@ 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 ``` npm start ``` -#### Compiles and hot-reloads for development +#### Compiles and run for development ``` npm run serve @@ -33,7 +33,3 @@ npm run build ``` npm run lint ``` - -### Customize configuration - -See [Configuration Reference](https://cli.vuejs.org/config/).