- CLAUDE.md 운영 규칙 - wiki/ 정리된 지식 페이지 (Nuxt + Claude Code) - raw/ 원본 자료 - reference/ Nuxt 4.x 공식 문서 Co-authored-by: Cursor <cursoragent@cursor.com>
602 B
602 B
title, description, head.title, navigation.icon
| title | description | head.title | navigation.icon |
|---|---|---|---|
| assets | The assets/ directory is used to add all the website's assets that the build tool will process. | assets/ | i-vscode-icons-folder-type-asset |
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"}