AngularJS to Angular2 transition : step 2 - SystemJS.
This is a work in progress.
Planned steps are :
- npm dependencies upgrade (done)
- jspm dependencies upgrade (done)
- use noelmace/angularjs-decorators (done)
- drop systemjs-route-bundler and replace it by a KISS gulp-jspm-build task
- addapt and externalise build tasks
- migration from jslint to eslint
- apply Sedona angularjs guidelines and (upgraded) eslint-config
npm start
- Browse to
http://localhost:9000
WIP
gulp test
to run karma testsgulp webdriver-standalone
andgulp sauce-test
to run e2e testgulp lint
to run jshintgulp release
to bundle, cache busting, and minify
The project has been tested with the following environment:
- node v5.4.0
- npm v3.5.3
- jspm v0.16.33
- https://github.com/johnpapa/angularjs-styleguide
- https://github.com/gocardless/angularjs-style-guide
- http://sett.ociweb.com/sett/settApr2014.html
- https://github.com/angular/material-start/tree/es6
- https://github.com/systemjs/systemjs
- https://github.com/gocardless/es6-angularjs
- http://glenmaddern.com/articles/javascript-in-2015
- https://github.com/marcj/angular-es6-annotations
- https://github.com/robianmcd/angular-next
- https://github.com/ng-next/ng-next-example
This project was initially duplicated from the Swimlane's angular1-systemjs-seed project.