1.0.0-alpha.6 • Published 8 years ago

angular2-cli v1.0.0-alpha.6

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

Build Status

Note

This is very much a work in progress.

Currently it is supported for Mac and Linux.

Setup

Install Node.js. (Requires Node 4 or greater and NPM 3)

$ npm install -g angular2-cli

Creating your angular2 app

$ ng2 create <app-name> [options]

Running your app

$ cd <app-folder>
$ ng2 init
$ ng2 serve

Running tests

$ ng2 test

Lint

$ npm run lint

Dev and Production builds

$ ng2 build --dev
$ ng2 build --prod

$ ng2 serve --dev
$ ng2 serve --prod

Help

$ ng2 --help
$ ng2 <command> --help

placeholder for API references

Add environment specific api service urls src/app/environments/environment.[dev/prod].ts

import src/app/environments/environment.ts to your component and use the service variables for your HTTP requests.

Copy files/folders to build folder

If you need any files/folders (such as CNAME) needs to be copied to build folder

add those entries to build-config.js which is located in the project folder.

License


MIT

1.0.0-alpha.6

8 years ago

1.0.0-alpha.5

8 years ago

1.0.0-alpha.4

8 years ago

1.0.0-alpha.3

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.28

8 years ago

0.1.27

8 years ago

0.1.26

8 years ago

0.1.25

8 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago