0.5.4 • Published 8 years ago

generator-edx-angular v0.5.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Yeoman Generator for edX Angular Course

Creates a blank, empty Angular 2 project ideal for use with Visual Studio Code.

The template is designed to integrate tightly with the Build, Tasks and Debug features of http://twitter.com/code.

Based on Angular 2 Release Candidate.

Install

  • Install the generator from NPM using:

    npm install generator-edx-angular

Getting Started

  1. Create an Angular Project

    yo edx-angular

    Creates a new project in Visual Studio Code that is configured to debug using NPM lite-server package. npm install is ran automatically for you.

  2. Press F5 in Visual Studio Code to debug the application.

Browser-Based Transpile

  • For quick demos, you can generate an Angular project that transpiles your TypeScript files in the browser instead of manually in the IDE:

    yo edx-angular --transpile
0.5.4

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago