- 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.
推薦閱讀
- CentOS 7 Linux Server Cookbook(Second Edition)
- 算法訓(xùn)練營:入門篇(全彩版)
- SQL語言從入門到精通
- Reactive Programming With Java 9
- Instant Lucene.NET
- Spring MVC+MyBatis開發(fā)從入門到項(xiàng)目實(shí)踐(超值版)
- .NET 4.5 Parallel Extensions Cookbook
- Mastering Elasticsearch(Second Edition)
- Visual Basic程序設(shè)計(jì)(第三版)
- Mastering Embedded Linux Programming
- Python預(yù)測之美:數(shù)據(jù)分析與算法實(shí)戰(zhàn)(雙色)
- 實(shí)戰(zhàn)Python網(wǎng)絡(luò)爬蟲
- 虛擬現(xiàn)實(shí)建模與編程(SketchUp+OSG開發(fā)技術(shù))
- MongoDB Administrator’s Guide
- PostgreSQL 12 High Availability Cookbook