Skip to content

mylovetop/angular2-es6-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Angular 2 app with Babel

A skeleton Angular 2 app built with Babel and Browserify.

  • Uses Babel instead of TypeScript/Traceur.
  • Supports class/parameter decorators and parameter type annotations with Babel and a Babel transformer plugin.
  • Bundles JavaScript files into one file with Browserify. (However, it doesn't use any Browserify-specific technology. You can easily switch to Webpack and etc.)

Try

Install

Clone/fork this repo and:

npm install -g gulp-cli
npm install -g lite-server
npm install
gulp build
cd public
lite-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published