The library comes with a standalone application.
You can either install and run the application using npm
or use docker
.
npm ci
npm run serve
This runs the example application in development mode.
You can also run vue ui
.
- Install Docker if needed.
- Build docker image
docker build . -t pev2
- Run docker container
docker run -d -p 8080:80 pev2
After few seconds, open http://localhost:8080
to enjoy pev2.
To build the library (VueJS component and dependencies) use the following command:
npm run build