- TypeScript
- Vue.js
- Vuetify
npm install
npm run build
npm run serve
or run in development mode:
npm install
npm run dev
Build the image:
docker build -t mp-frontend .
Run the container:
docker run -p 4343:80 mp-frontend
Open the website in your browser: http://localhost:4343