Senior design project repository
The public/ directory contains the favicon and index.html, which has some CDN links for MateralizeCSS.
The rest of the important files are located in the src folder:
assets/contains pictures.components/contains small Vue components. These components will likely be single-file.router/contains files for the router.store/contains files for the Vuex store.views/contains larger, page-sized Vue components.App.vueis the root component.main.tsis the Typescript file that compiles the root view, router, and store.