https://github.com/mgechev/angular2-ngc-rollup-build
Simple build for "Hello world!" Angular 2 application with ngc and rollup.
https://github.com/mgechev/angular2-ngc-rollup-build
Last synced: 9 months ago
JSON representation
Simple build for "Hello world!" Angular 2 application with ngc and rollup.
- Host: GitHub
- URL: https://github.com/mgechev/angular2-ngc-rollup-build
- Owner: mgechev
- Created: 2016-06-26T11:05:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T01:36:39.000Z (about 9 years ago)
- Last Synced: 2025-07-20T04:31:18.328Z (9 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 81
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- angular-awesome-list - Пример кода с Rollup и AOT
README
# How to use?
**Updated to Angular final!**
```bash
npm i
npm run build_prod
npm run http-server
```
For production usage, I'd recommend you to take a look at [this starter project](https://github.com/mgechev/angular-seed).
For further information take a look at [this blog post](http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/).
# License
MIT