This is for explaining how the project is organized based on the folders. Some of the folders will have further documentation if I think it is necessary, otherwise, you can just navigate to the folder by click its name in the table beyond and check out the code.
So, here is a table to give you an basic run-down of what is in each folder.
| Folder Name | Description |
|---|---|
| Assets | For storing the images, fonts and/or stylesheets (expect for the main.css) |
| Components | For storing the components. Docs |
| DB | For storing pocketBase client |
| Layout | For storing the layouts. Check router docs to get more info |
| Pages | For storing pages screen. Check router docs to get more info |
| Router | For storing the router and its middlewares. Docs |
| Store | For storing the pinia stores |
| Types | For storing the types |
| Utils | For storing the utilities functions |