Skip to content

Important Documentation

Frank Matranga edited this page Nov 15, 2019 · 7 revisions

Front End

  • Vue - The reactive Javascript framework that handles the entire frontend.
  • Vuex - State management for VueJS. This holds data like the student, their courses, upcoming assessments, etc.
  • Vue Router - Router for the frontend. This allows urls like /account/courseschedule to show the right Vue component.
  • SASS - A superset of CSS that makes styling easier.
  • Bulma - The CSS/SASS framework that gives us elements and components which we customize for LATE.
  • Buefy - A Vue framework that gives us pre-made Bulma Vue components like <b-button>
  • MomentJS - A JS framework that makes creating, querying, and displaying dates and times easy.

Back End