This repository is now archived and nolonger supported, the latest versions of this work can be found in the website repo. Thank you to everyone who helped produce components for our website.
This Repo contains the activities vue component which interacts with Sums' Pluto API
You will need to include the following scripts:
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="location-where-comp-is-stored.js"></script>
<script>
var app = new Vue({
el: '#main'
});
</script>