Back to Nuxt

assets

docs/2.directory-structure/1.app/1.assets.md

4.4.4393 B
Original Source

The directory usually contains the following types of files:

  • Stylesheets (CSS, SASS, etc.)
  • Fonts
  • Images that won't be served from the public/ directory.

If you want to serve assets from the server, we recommend taking a look at the public/ directory.

:read-more{to="/docs/4.x/getting-started/assets"}