Skip to content

abidmix/Jspm-Bundling-in-Angular2

Repository files navigation

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

About

Bundling with jspm and Angular 2.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages