Simple ticket calculator https://ticket-calc.app
|
|
||
|---|---|---|
| public | ||
| src | ||
| tests/unit | ||
| .browserslistrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| babel.config.js | ||
| jest.config.js | ||
| LICENSE | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.default.js | ||
| tailwind.config.js | ||
| vue.config.js | ||
| yarn.lock | ||
Ticket-Calc
This app allows you to determine the optimal number of tickets of different values you can use to pay for a given amount.
Development
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.