Angular 2 starter using AOT compilation with ngc, Rollup bundling, and Closure Compiler optimization. Version 5.0.0-beta.6.1. Provides CLI commands (ngr) for JIT/dev/prod builds, testing with Jasmine/Karma, e2e with Protractor, SASS/PostCSS stylesheets, and Express server with LiveReload. Build scripts use ShellJS for cross-platform support. Differentiates by focusing on production optimization with Rollup+Closure Compiler and providing a boilerplate for component libraries.
npm install angular2-rollupVerified import paths — ran on the pinned version, not inferred.
Shows global install, scaffolding a new project, and running the development build with server and LiveReload.
Use a modern Angular CLI project (e.g., @angular/cli) instead.
Install globally: npm install -g angular2-rollup
Use Node v6.5.x (or use a version manager like nvm).
Create a new directory first: mkdir my-app && cd my-app && ngr scaffold
Consider migrating to modern testing tools.
Run: npm install -g angular2-rollup
Run: npm install typescript --save-dev
Run: npm install @angular/compiler-cli @angular/compiler --save-dev
No dependency data recorded yet.