Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:angular2 [2015/11/30 20:08] – scipio | tips:angular2 [2022/03/16 16:40] (current) – removed sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Angular 1.x in new style ====== | ||
- | |||
- | * https:// | ||
- | * http:// | ||
- | |||
- | ====== 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 | ||
- | </ | ||
- | |||
- | |||