- 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.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 深入淺出WPF
- 基于差分進化的優化方法及應用
- Python數據分析從0到1
- JAVA程序設計實驗教程
- Learning Unity 2D Game Development by Example
- Advanced Express Web Application Development
- Android驅動開發權威指南
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Java圖像處理:基于OpenCV與JVM
- Orchestrating Docker
- LabVIEW數據采集
- Unity 5 Game Optimization
- 生成藝術:Processing視覺創意入門
- .NET應用架構設計:原則、模式與實踐