/Tarkov-Market-Calculator

A very simple Vue.js app to convert currencies used in Escape from Tarkov when selling items on the flea market.

Primary LanguageVue

Tarkov Market Calculator

A very simple Vue.js app to convert currencies used in Escape from Tarkov when selling items on the flea market.

43e1fd12fe64a9748173cabf0083109e

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Build Docker container

npm run docker-build

Run Docker container

npm run docker-build

Lint with ESLint

npm run lint