Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:angular2 [2015/11/23 08:05] – [project] scipio | tips:angular2 [2022/03/16 16:40] (current) – removed sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Angular2 ====== | ||
- | |||
- | ===== req ===== | ||
- | |||
- | nodejs in system (node, npm and ncu) | ||
- | < | ||
- | curl -sL https:// | ||
- | sudo apt-get install -y nodejs | ||
- | sudo npm install -g npm-check-updates | ||
- | </ | ||
- | |||
- | ===== project ===== | ||
- | |||
- | package.json | ||
- | |||
- | < | ||
- | npm install --only=prod | ||
- | npm install --only=dev | ||
- | </ | ||
- | |||
- | |||