d9bd19baaf470f6cfd54fff4aca7afda0a1fbc98
SIMRS - FE
RSSA - Front End
Framework Guide
Configuration
nuxt.config.ts
Nuxt configuration file.env
Some environment variables
Directory Structure for ./app
app.vue
Main layoutcomponents: Contains all the components that are used in the app.components/flows: related to business flows.components/app: components that are used for common purpose.components/pub: components that are used for common purpose.composables: Contains all the composables/scripts that are used in the app.layouts: to extract common UI patterns into reusable layouts accross the app
Directory Structure for ./app/pages
./app/pages/auth: pages for auth../app/pages/(features): grouping features related to business flows.
Workflows
The basic workflow has the following steps:
Description