| Line 1: |
Line 1: |
| − | == NPM (Node package manager) ==
| |
| | | | |
| − | === Create new project ===
| |
| − | <syntaxhighlight lang="bash">
| |
| − | npm init
| |
| − | </syntaxhighlight>
| |
| − |
| |
| − | === Install package in project ===
| |
| − | <syntaxhighlight lang="bash">
| |
| − | npm install jquery
| |
| − | </syntaxhighlight>packages will be downloaded to node_modules folder
| |
| − |
| |
| − | === Install modules from existing project ===
| |
| − | <syntaxhighlight lang="bash">
| |
| − | npm install
| |
| − | </syntaxhighlight>
| |
| | | | |
| | === Install Angular === | | === Install Angular === |