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.
目前我正在使用带有wiredep的gulp + bower将我的依赖项注入我的HTML文件。一切都很好,但是我在使用不再支持 bower 的新版本时遇到了一些问题。
话虽如此,我很想完全放弃 bower 并改用 node_modules 文件。有什么东西可以像wiredrep 一样工作,而是使用package.json 来获取我的依赖项?
谢谢你们