Skip to content

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMetin committed Oct 19, 2016
1 parent 747abfe commit f7dc073
Show file tree
Hide file tree
Showing 76 changed files with 1,834 additions and 8,319 deletions.
9 changes: 4 additions & 5 deletions .npmignore
@@ -1,6 +1,5 @@
.appveyor.yml
.gitignore
.npmignore
.travis.yml
tsconfig.json
typings.json
tasks/
typings/
appveyor.yml
yarn.lock
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,8 +1,4 @@
language: node_js

node_js:
- 0.10
- 0.12

preinstall:
- npm i slush -g
53 changes: 27 additions & 26 deletions README.md
Expand Up @@ -4,42 +4,43 @@
[![Build Status](https://travis-ci.org/RyanMetin/slush-angular2.svg?branch=master)](https://travis-ci.org/TheVelourFog/slush-angular2)
[![NPM version](https://badge-me.herokuapp.com/api/npm/slush-angular2.png)](http://badges.enytc.com/for/npm/slush-angular2)

## Simple angular2 seed using systemjs
>Generate a project that uses **[angular2](https://www.npmjs.com/package/angular2)**, **[gulp](https://www.npmjs.com/package/gulp)**, **[systemjs](https://www.npmjs.com/package/systemjs)**, and **[typescript](https://typescriptlang.org)**.
## Simple Angular2 seed using Systemjs
Generate a project that uses **[angular2](https://www.npmjs.com/package/angular2)**, **[gulp](https://www.npmjs.com/package/gulp)**, **[systemjs](https://www.npmjs.com/package/systemjs)**, and **[typescript](https://typescriptlang.org)**.

## Installation
>Install package globally (requires **[slush](https://www.npmjs.com/package/slush)**):
>>`npm i -g slush-angular2 [slush]`
Install package globally (requires **[slush](https://www.npmjs.com/package/slush)**):
>`npm i -g slush-angular2 [slush]`
## Usage
>Run the generator:
>>`slush angular2 [<name>]`
>
>Compile TypeScript and open in browser:
>>`npm start`
>
> Now **[Connect](https://www.npmjs.com/package/gulp-connect)** will watch for any changes and update accordingly...
>>![](http://i.imgur.com/85O2cvX.gif)
>To manually start compiler and server use:
>>`npm start` or `gulp start:dev`
>
>To bundle application and serve use:
>>`npm run prod` or `gulp start:prod`
Run the generator:
>`slush angular2 [<name>]`
Compile and serve:
>`npm start`
App is now ready on port **8080**.
>![](http://i.imgur.com/85O2cvX.gif)
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.
>* tsconfig.json <-- Configuration for TypeScript compiler.
>* res/ <-- Shared resources.
>* src/ <-- TypeScript goes in here.
>>* boot.ts <-- Strapping boots.
>* index.html <-- Entry point for application.
>* gulpfile.js <--
>* tsconfig.json <-- Configuration for TypeScript compiler.
>* res/ <-- Shared resources.
>* src/ <-- TypeScript goes in here.
>>* boot.ts <-- Strapping boots.
>>* app/ <-- Main application with route configuration.
>>* shared/ <-- Common directs, pipes, and services.
>>* examples/ <-- Example components.
>* dist/ <-- JavaScript comes out here.
>* 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](https://github.com/ryanmetin/slush-angular2/issues).
There are no guidelines for contributing. If you find a problem or have a suggestion go ahead and [submit an issue](https://github.com/ryanmetin/slush-angular2/issues).

## License
>[MIT](https://github.com/thevelourfog/slush-angular2/blob/master/LICENSE)
[MIT](https://github.com/thevelourfog/slush-angular2/blob/master/LICENSE)
96 changes: 20 additions & 76 deletions node_modules/gulp-conflict/node_modules/inquirer/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions node_modules/gulp-conflict/node_modules/through2/.npmignore

This file was deleted.

39 changes: 0 additions & 39 deletions node_modules/gulp-conflict/node_modules/through2/LICENSE

This file was deleted.

132 changes: 0 additions & 132 deletions node_modules/gulp-conflict/node_modules/through2/README.md

This file was deleted.

0 comments on commit f7dc073

Please sign in to comment.