Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 478 Bytes

File metadata and controls

9 lines (6 loc) · 478 Bytes

Plugins

Nuxt plugins allows you to extend the functionality of Nuxt runtime and the Vue instance. You can add plugins to the plugins/ directory and they will be automatically imported and registered.

Plugins runs before your application at runtime, the time each plugin cost will directly affect your application's initial loading time.

Learn more on the documentation