Nuxt/docs/content/2.app/5.plugins.md
Daniel Roe e2f5a3c9b0
docs: app (#186)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-08 23:44:30 +02:00

4 lines
194 B
Markdown

# Plugins
Nuxt will automatically read the files in your `plugins` directory and load them. You can use `.server` or `.client` in the file name to load a plugin just on server- or client-side.