Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seangwright/jspm-systemjs-angular-1x
A demo of using JSPM, SystemJS and Angular 1.4
https://github.com/seangwright/jspm-systemjs-angular-1x
Last synced: 6 days ago
JSON representation
A demo of using JSPM, SystemJS and Angular 1.4
- Host: GitHub
- URL: https://github.com/seangwright/jspm-systemjs-angular-1x
- Owner: seangwright
- License: mit
- Created: 2015-10-07T00:31:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T17:32:26.000Z (over 9 years ago)
- Last Synced: 2025-02-04T13:11:39.947Z (6 days ago)
- Language: JavaScript
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jspm-systemjs-angular-1x
A demo of using JSPM, SystemJS and Angular 1.4### Installation
1. `npm install`
* `npm install jspm -g`
* `jspm install`
* `gulp build --dev`For the initial build, `--dev` will build all required modules and copy all required files.
This build will end with a `build-watch` task that watches all app `*.html`, `*.js` and `*.css` files for changes and updates the bundled component files in the `/public` directory.
It also watches `index.html`, `config.js` and any `*.js` files in `jspm_packages` (which are bundled as `vendor.js`).
#### Optional post-build
`gulp build [--app] [--vendor] [--templates] [--styles]`
Each of the build switches (--) builds a module in the application.
Only the modules specified by the switches will be watched when the build ends.