Skip to content

jpreis/vue-subscriptions

Repository files navigation

Vue Subscriptions

Demo application for an introduction to Vue.js.

Vue Subscriptions

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.

Usage

Clone the repo & install dependencies

This assumes you have yarn installed globally (npm install -g yarn).

git clone https://github.com/jpreis/vue-subscriptions.git
cd vue-subscriptions
yarn

Development server

yarn serve

Building for production

yarn build

Run unit tests

yarn test:unit

About

Demo application for an introduction to Vue.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published