Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 419 Bytes

config-extends.md

File metadata and controls

12 lines (8 loc) · 419 Bytes
toc

Config Extends

This example shows how to use the extends key in nuxt.config.ts.

This example shows how to use the extends key in nuxt.config.ts to use the base/ directory as a base Nuxt application, and use its components, composables or config and override them if necessary.

::sandbox{repo="nuxt/framework" branch="main" dir="examples/advanced/config-extends" file="nuxt.config.ts"} ::