This project is a library of components to be used on the frontend of the Neuroweblab projects. They are similar in style and behaviour to existing projects.
This project makes use of Vue SFCs: Single File Components, that have the .vue
extension.
They encapsulate the template, logic, and styling of a component in a single file, which makes sense for a library of components. Read more about SFC in the Vue documentation.
When a