Generated with vue-cli webpack-simple template.
npm install
npm run dev
A live-reload server will be started on http://localhost:8080
npm run build
Everything will be built into dist/
directory.
docker build -t recuencojones/tuzsa-frontend .
docker run -it -d --name tuzsa-frontend -p 8080:80 recuencojones/tuzsa-frontend