Skip to content

Commit 0c374d8

Browse files
filipesilvaZhicheng Wang
authored and
Zhicheng Wang
committed
docs: add rc.0 update guide (angular#4934)
1 parent c67d4ba commit 0c374d8

File tree

3 files changed

+457
-12
lines changed

3 files changed

+457
-12
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,18 @@
77
[![devDependency Status][david-dev-badge]][david-dev-badge-url]
88
[![npm][npm-badge]][npm-badge-url]
99

10-
Prototype of a CLI for Angular applications based on the [ember-cli](http://www.ember-cli.com/) project.
10+
CLI for Angular applications based on the [ember-cli](http://www.ember-cli.com/) project.
1111

1212
## Note
1313

14-
This project is very much still a work in progress.
14+
The CLI is now in Release Candidate (RC).
15+
If you are updating from a beta version, check out our [RC.0 Update Guide]
16+
(https://github.com/angular/angular-cli/wiki/stories-rc.0-update).
1517

16-
The CLI is now in beta.
17-
If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues).
18+
If you wish to collaborate, check out [our issue list](https://github.com/angular/angular-cli/issues).
1819

1920
Before submitting new issues, have a look at [issues marked with the `type: faq` label](https://github.com/angular/angular-cli/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22type%3A%20faq%22%20).
2021

21-
## Webpack update
22-
23-
We changed the build system between beta.10 and beta.14, from SystemJS to Webpack.
24-
And with it comes a lot of benefits.
25-
To take advantage of these, your app built with the old beta will need to migrate.
26-
27-
You can update your `beta.10` projects to `beta.14` by following [these instructions](https://github.com/angular/angular-cli/wiki/Upgrading-from-Beta.10-to-Beta.14).
28-
2922
## Prerequisites
3023

3124
Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together

docs/documentation/stories.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Stories describing how to do more with the CLI
44

5+
- [RC.0 Update](stories/rc.0-update)
56
- [Asset Configuration](stories/asset-configuration)
67
- [Autocompletion](stories/autocompletion)
78
- [CSS Preprocessors](stories/css-preprocessors)

0 commit comments

Comments
 (0)