Files
knowledge-kit/Chapter2 - Web FrontEnd/2.38.md
2020-02-25 17:46:51 +08:00

12 lines
296 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# npm 改进之工程化
npm 3 最大的改进就是对于依赖的处理不一样了。[官方文档](https://docs.npmjs.com/how-npm-works/npm3?utm_source=ourjs.com)
## 例子
模块 A依赖于模块 B
https://www.jianshu.com/p/69ba32550c08
https://www.cnblogs.com/wonyun/p/9349691.html