- Node.js Web Development
- David Herron
- 116字
- 2021-06-11 18:48:19
Summary
You learned a lot in this chapter about modules and packages for Node.js. Specifically, we covered implementing modules and packages for Node.js, the different module structures we can use, the difference between CommonJS and ES6 modules, managing installed modules and packages, how Node.js locates modules, the different types of modules and packages, how and why to declare dependencies on specific package versions, how to find third-party packages, and we gained a good grounding in using npm or Yarn to manage the packages we use and to publish our own packages.
Now that you've learned about modules and packages, we're ready to use them to build applications, which we'll look at in the next chapter.
推薦閱讀
- UML和模式應用(原書第3版)
- Microsoft Dynamics 365 Extensions Cookbook
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Visual Basic程序設計與應用實踐教程
- Protocol-Oriented Programming with Swift
- ServiceNow:Building Powerful Workflows
- C++ Application Development with Code:Blocks
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Python面試通關寶典
- Data Manipulation with R(Second Edition)
- Java EE項目應用開發
- INSTANT Lift Web Applications How-to
- 大話程序員:從入門到優秀全攻略
- Java程序性能優化實戰
- Go語言編程之旅:一起用Go做項目