assets

assets/ 目录用于添加构建工具将处理的所有网站资源。

该目录通常包含以下类型的文件:

¥The directory usually contains the following types of files:

  • 样式表(CSS、SASS 等)
  • 字体
  • 不会从 public/ 目录提供的图片。

如果你想从服务器提供资源,我们建议你查看 public/ 目录。

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

Read more in Docs > Getting Started > Assets.