Skip to content

3.3 Install Packages

zoe-1 edited this page Mar 28, 2015 · 8 revisions

Install Packages Using npm

npm install lab --save-dev
npm install code --save-dev

Note: --save-dev
This option will automatically save the package in package.json as an dependency for development.

Clone this wiki locally