1
0
Fork 0
Simple ticket calculator https://ticket-calc.app
Find a file
Djuuu e433371228 Version 0.4.1
Merge branch 'dev'
2019-04-13 18:03:18 +02:00
public Meta - description, keywords 2019-04-10 00:17:40 +02:00
src Style 2019-04-13 18:01:24 +02:00
tests/unit Vue project init 2019-04-07 23:46:52 +02:00
.browserslistrc Vue project init 2019-04-07 23:46:52 +02:00
.eslintrc.js Vue project init 2019-04-07 23:46:52 +02:00
.gitignore Vue project init 2019-04-07 23:46:52 +02:00
babel.config.js Vue project init 2019-04-07 23:46:52 +02:00
jest.config.js Vue project init 2019-04-07 23:46:52 +02:00
LICENSE Vue project init 2019-04-07 23:46:52 +02:00
package.json Version 0.4.1 2019-04-13 18:03:18 +02:00
postcss.config.js Style - use Purgecss 2019-04-07 23:47:10 +02:00
README.md Vue project init 2019-04-07 23:46:52 +02:00
tailwind.config.default.js Apply solutions 2019-04-07 23:47:08 +02:00
tailwind.config.js Use vue-js-toggle-button for auto/manual toggle 2019-04-11 01:35:54 +02:00
vue.config.js App version 2019-04-10 00:17:40 +02:00
yarn.lock Use vue-js-toggle-button for auto/manual toggle 2019-04-11 01:35:54 +02:00

Ticket-Calc

https://ticket-calc.app/

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