Structure and architecture
@core
This directory contains our core files and you are not intended to change these files.
assets
It contains logos and other static assets. You can place your static assets here.
components
It contains core component of template. Make sure to check them all in our custom components section.
layouts
Contains layouts for empty, content and blank pages. With 2 variants: vertcial navigation and horizontal navigation.
navigation
Contains the menu of the app with te references of the pages
pages
Contains your main app pages: login, register, forgort password… But also, the logged pages in two folders projects and organizations.
plugins
This directory contains plugins we used in our template.
router
This directory contains configuration related to router. It doesn’t have any routes as they are auto generated but it has ACL configurations.
stores
This contains pinia store. Each file depend on a specific table/object of the database.
styles
You can write your styles in this directory.
variables.scss
: Use this file to override variablesstyles.scss
: Use this to write your custom styles
views
Contains the components of each pages.