Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbarilani/systemjs-angular-example
SystemJS + Angular 1.5.x + ES6 + NPM + Lazy Loading Routes/Modules Example
https://github.com/rbarilani/systemjs-angular-example
Last synced: about 1 month ago
JSON representation
SystemJS + Angular 1.5.x + ES6 + NPM + Lazy Loading Routes/Modules Example
- Host: GitHub
- URL: https://github.com/rbarilani/systemjs-angular-example
- Owner: rbarilani
- Created: 2016-08-07T17:22:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T23:15:37.000Z (over 8 years ago)
- Last Synced: 2024-11-09T07:31:50.816Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
systemjs-angular-example (work in progress)
===========================================AngularJs 1.5.x + ES6 with Babel + SystemJS + NPM.
Heavily inspired from: [https://github.com/lookfirst/systemjs-seed](https://github.com/lookfirst/systemjs-seed). Cheers guys :beers:!
This example **CONTAINS**:
* angular 1.5.x
* ui router 1.x-alpha + ui router extras future states
* lazy loading with ocLazyLoad
* es6 with babel
* systemjs module loader
* npm as the only package managerThis example **DOESN'T CONTAIN**:
* Angular2
* any production workflow
* any build system
* any nice css framework
* css import
* any best practice
* a lot of other required stuff... yet!