Vuex-flashcards
This is a basic statically served flashcard game built with vue.js and vuex. For more detail check out this blog post.
Installation
To get started, be sure to have yarn and node installed. Then run the following commands:
$ yarn install
$ yarn serve # to start the development environment
Deployment
$ yarn push
This will build the application and then add the dist
directory to the
gh-pages
branch before pushing to Github.