Skip to content

carlosliu/angular2-jspm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 in TypeScript with jspm

Quick Start

  • Install jspm and other dev tools
    • npm install -g jspm
    • npm install
  • Install dependencies and browse the app
    • jspm install
    • npm run start
  • Build the bundle javascript in dist/
    • npm run build
    • npm run start.dist

Create the project manually

  • npm install -g jspm
  • To lock jspm to a specific version
    npm install [email protected] --save-dev
  • jspm init (choose typescript as transpiler)
  • Install angular2 and required dependencies
    jspm install angular2
    jspm install reflect-metadata zone.js
  • Customize config.js (see typescriptOptions, packages and meta)

References

About

An example of Angular 2 in TypeScript with jspm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages