The folder structure of these applications followed by the Nuxt docs.
AbpVue├───assets│ ├───css│ └───img├───bin│ └───Debug│ └───net8.0├───components│ ├───admin│ │ ├───permissions│ │ ├───profile│ │ ├───roles│ │ ├───settings│ │ ├───tenant│ │ └───users│ └───shared├───composables├───layouts├───middleware├───obj│ └───Debug│ └───net8.0│ ├───ref│ └───refint├───pages│ ├───admin│ │ ├───identity│ │ ├───profile│ │ ├───saas│ │ └───settings│ └───error│ ├───notfound│ └───unauthorized├───plugins├───public│ └───workers├───server│ └───api│ ├───abpServiceProxy│ └───auth├───services│ └───proxy│ └───src│ ├───core│ ├───models│ └───services├───store├───types└───utils
You can read more about Nuxt folder structure here