Nuxt UI Pro v1.0 is out with 50+ Vue components.

useAppConfig

Access the reactive app config defined in the project.

Usage

const appConfig = useAppConfig()

console.log(appConfig)
Read more in Docs > Guide > Directory Structure > App Config.