VueJS-based front-end for payments API hosted in https://alexandrchumakin-payment-app.builtwithdark.com and built with Darklang.
This simple web portal can only create and show users, merchants and payments.
In order to work with project locally your development environment should have the following packages installed:
- node ^16.*
- npm ^6.*
npm install
npm run serve
npm run build
npm run lint
docker build -t {imageName}:{tag} .
docker build -f DockerfileProd -t {imageName}:{tag} .
docker build -f DockerfileMultiStage -t {imageName}:{tag} .