Demo application for an introduction to Vue.js.
This app helps you keep track of you monthly subscriptions and incoming costs. Subscriptions can be toggled active/inactive and be given different colors for better distinction.
Please note that this app is for introductory purposes and is thus purposefully kept simple in many places.
Created using @vue/cli.
This assumes you have yarn installed globally (npm install -g yarn).
git clone https://github.com/jpreis/vue-subscriptions.git
cd vue-subscriptions
yarn
yarn serve
yarn build
yarn test:unit
