Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 595 Bytes

Jspm-Bundling-in-Angular2

Bundling with jspm and Angular 2.0.0 Run

  1. git clone https://github.com/abidmix/Jspm-Bundling-in-Angular2.git

  2. cd into C:\BundlingSample

  3. npm install

  4. jspm install

  5. npm start

The command jspm install will automatically change the paths section and adds a node config wrapper around paths. Change it back to

 'paths': {
        'npm:': 'jspm_packages/npm/',
        'github:': 'jspm_packages/github/'
    },

if you are having issues with the typescript plugin not being found

to test bundling run

 jspm bundle app/main  test.js