This is the front-end of the MelbPC event attendance scanner (previously the "QR-Code Reader")
In development, this app' runs in its own docker container. To start it, follow in instructions from the project readme.
All libs and vue CLI commands should be done from within the docker container. To do so, from the project directory:
docker-compose exec frontend shThis will open a shell from inside the already running container.
Note: the /code directory in the container is this <repo>/frontend directory.
npm install <lib> --save