-
Notifications
You must be signed in to change notification settings - Fork 19
Important Documentation
Frank Matranga edited this page Nov 15, 2019
·
7 revisions
- 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.
Remember, team, the scope of what we are working on. Our goal is to make our own lives and that of our peers easier.
LATE Stack Documentation | Learning Resources | Flowchart | LATE Discord Server Invite
Backend | Frontend | Terminology
Learn LATE
- FreeCodeCamp
- Git
- Web Basics
- HTML
- CSS [coming soon]
- JS [coming soon]
- VueJS [coming soon]
- Node [coming soon]
- MongoDB [coming soon]
How LATE Works