mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 02:14:44 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
15 lines
460 B
Markdown
15 lines
460 B
Markdown
---
|
|
toc: false
|
|
---
|
|
|
|
# `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="/docs/guide/features/app-config"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/app-config" file="app.vue"}
|