Refactor
If you have time during hacky hour this is my branch.
- Organise into files
- Dependencies are included in file, no need to download from the internet
- Created 1 Vue app as a starter point
- added init path modal
- made it responsive
- remove some forms within forms (no no)
Still todo:
- Components should send data to its parents
- Don't add with the global space (make only component to component binding)
- remove unnecessary forms
- shouldn't need to pass 'methods' to components
- components should not be global
- templates should have if else, also they should only have one element