1.1.0 • Published 9 years ago

slush-angular2 v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

slush-angular2

Build Status NPM version

Simple Angular2 seed using Systemjs

Generate a project that uses angular2, gulp, systemjs, and typescript.

Installation

Install package globally (requires slush):

npm i -g slush-angular2 [slush]

Usage

Run the generator:

slush angular2 [<name>]

Compile and serve:

npm start

App is now ready on port 8080.

npm.io

To manually start compiler and server:

npm start or gulp start:dev

To bundle application and serve:

npm run prod or gulp start:prod

Structure

  • index.html <-- Entry point for application.
  • gulpfile.js <-- Gulp build tasks.
  • tsconfig.json <-- Configuration for TypeScript compiler.
  • tslint.json <-- Configuration for TypeScript linter.
  • res/ <-- Shared resources.
  • src/ <-- TypeScript goes in here.
    • boot.ts <-- Strapping boots.
    • config.ts <-- SystemJS configuration.
    • app/ <-- App module, component, and routing.
    • example/ <-- Example module with components, directive, pipe, and service.
  • dist/ <-- JavaScript comes out here.

Contribute

There are no guidelines for contributing. If you find a problem or have a suggestion go ahead and submit an issue.

License

MIT

1.1.0

9 years ago

1.0.9

9 years ago

1.0.0

9 years ago

0.8.3

9 years ago

0.8.2

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.7

9 years ago

0.6.6

9 years ago

0.6.5

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.1

9 years ago

0.5.0

10 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.13

10 years ago

0.4.12

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.22

10 years ago

0.2.21

10 years ago

0.2.20

10 years ago

0.2.19

10 years ago

0.2.18

10 years ago

0.2.17

10 years ago

0.2.16

10 years ago

0.2.15

10 years ago

0.2.14

10 years ago

0.2.13

10 years ago

0.2.12

10 years ago

0.2.11

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago