Nuxt/docs/content/4.examples/1.app/app-config.md
Sébastien Chopin 94261349dc
docs: add app-config example (#7247)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 15:16:30 +02:00

467 B

template
Example

app.config

Nuxt 3 provides an app.config config file to expose reactive configuration within your application with the ability to update it at runtime within lifecycle or using a nuxt plugin and editing it with HMR (hot-module-replacement).

This example shows how to use app.config feature.

::ReadMore{link="/guide/features/app-config"} ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/app-config" file="app.vue"}