转一篇 NPM 的介绍, 英文
发布于 12 年前 作者 jiyinyiyong 3948 次浏览 最后一次编辑是 9 年前

http://tech.pro/tutorial/1190/package-managers-an-introductory-guide-for-the-uninitiated-front-end-developer Package Managers: An Introductory Guide For The Uninitiated Front-End Developer

标题太长… 自己看, 复制一下目录

What is a Package Manager? What is npm? Installing npm (and Node.js) Configuring npm Updating npm Uninstalling npm Where can I find npm documentation? Searching the npm registry Installing and Updating packages from the npm registry Installing Packages locally Installing packages globally Updating packages Listing npm packages Uninstalling npm packages package.json file Package details are stored in package.json Viewing package.json before installing Interactively create a package.json file NPM is great, but I am a front-end engineer and NPM is for backend JS developers

回到顶部