Skip to content

Commit 9f383fb

Browse files
chore: update README.md to reflect angular-cli as the default branch
1 parent e99dace commit 9f383fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
## UI-Router 1.0 Hybrid Angular-CLI/AngularJS Sample Application
22

3-
You can run and edit this live in your browser using https://stackblitz.com/github/ui-router/sample-app-angular-cli-hybrid
4-
5-
This repo was cloned from https://github.com/ui-router/sample-app-angular-hybrid, then migrated to use the Angular CLI.
6-
7-
[![Travis badge](https://travis-ci.org/ui-router/sample-app-angular-cli-hybrid.svg?branch=master)](https://travis-ci.org/ui-router/sample-app-angular-hybrid)
8-
[![Greenkeeper badge](https://badges.greenkeeper.io/ui-router/sample-app-angular-cli-hybrid.svg)](https://greenkeeper.io/)
3+
You can run and edit this live in your browser using https://stackblitz.com/github/ui-router/sample-app-angular-hybrid
94

105
This sample app is intended to demonstrate a non-trivial ui-router application.
116

@@ -24,6 +19,11 @@ This sample app is intended to demonstrate a non-trivial ui-router application.
2419
`npm install`
2520
`npm start`
2621

22+
### Webpack without Angular-CLI
23+
24+
The sample app uses the Angular CLI.
25+
However, there is also a [branch which demonstrates a custom webpack config](https://github.com/ui-router/sample-app-angular-hybrid/tree/custom-webpack-config)) but no angular-cli.
26+
2727
### Visualizer
2828

2929
We're using the [State and Transition Visualizer](http://github.com/ui-router/visualizer) to visually represent

0 commit comments

Comments
 (0)