Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 HTML5 中编写代码时是否需要使用 vendor(例如 css/vendor/bootstrap.min.css 和 js/vendor/bootstrap.min.js)?
不,该vendor目录是某些项目(HTML5 Boilerplate、AngularJS……)使用的约定。如果你不使用这些工具,你可以把你的代码放在你想要的地方。如果你使用这样的工具,你一般不应该把代码放在这个目录下,因为它有特殊的含义。
vendor