This app allows you to determine the optimal number of tickets of different values you can use to pay for a given amount.
This is a Vue CLI project.
- Install dependencies
yarn install- Build
yarn run serve # Compiles and hot-reloads for development
yarn run build # Compiles and minifies for production- Run your tests
yarn run test
yarn run test:unit # run only unit tests- Lints and fixes files
yarn run lint- Customize configuration
See Configuration Reference.