Front end for mass-api using Vite, Vue 3 and Tailwindcss. WIP :D
Run the development server on port 3000 using the command below.
docker-compose up --build
To run commands inside the container (to add/remove dependencies for example), run (in a seperate terminal):
docker-compose exec mass-vue sh
Running the command below will run a production build and expose the result on port 3000:
docker-compose -f docker-compose.prod.yml up -d --build
It will use nginx to serve the compiled front-end files.