|
1 | | -FireAngular 0.1 |
2 | | -=============== |
| 1 | +FireAngular 0.0.1-zeta.1 |
| 2 | +======================== |
3 | 3 |
|
4 | 4 | Firefox plugin for Angular development. Built on top of native |
5 | | -developer tools in Firefox. [Firebug 3] isn't required, but the |
6 | | -screen-shot below shows how native developer tools look like |
7 | | -when Firebug theme is activated. |
| 5 | +developer tools in Firefox and based on the [firebug.sdk](firebug.sdk). |
8 | 6 |
|
9 | | - |
| 7 | +[Firebug 3](firebug.next) isn't required, but the screen-shot below shows how native developer tools |
| 8 | +look like when Firebug theme is activated. |
10 | 9 |
|
11 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
12 | 13 |
|
13 | 14 | Try it for yourself: |
14 | 15 |
|
15 | 16 | 1. Install [FireAngular](https://github.com/rpl/fireangular/releases) (currently zeta) |
16 | 17 | 2. Load an Angular webapp, e.g. [TODO MVC Angular](http://todomvc.com/examples/angularjs/#/) |
17 | 18 | 3. Inspect an Angular generated DOM Element |
18 | 19 |
|
| 20 | +Build it by yourself: |
| 21 | + |
| 22 | +1. Clone the repository: ```git clone https://github.com/firebug/fireangular.git``` |
| 23 | +2. Install npm dependencies ```npm install``` |
| 24 | +3. Run ```npm run jpm-run [-- -b /path/to/firefox]``` |
| 25 | +4. or Build xpi ```npm run jpm-xpi``` |
| 26 | + |
19 | 27 | License |
20 | 28 | ------- |
21 | 29 | FireAngular is free and open source software distributed under the |
22 | 30 | [BSD License](https://github.com/rpl/fireangular/blob/master/license.txt). |
23 | 31 |
|
24 | 32 | Hacking on FireAngular |
25 | 33 | -------------------- |
26 | | -See FireAngular [Developer Guide](https://github.com/rpl/fireangular/wiki/Developer-Guide) |
| 34 | +See FireAngular [Developer Guide](https://github.com/firebug/fireangular/wiki/Developer-Guide) |
27 | 35 |
|
28 | 36 | Further Resources |
29 | 37 | ----------------- |
30 | 38 | * DevTools Extension Examples: https://github.com/mozilla/addon-sdk/tree/devtools/examples |
| 39 | + |
| 40 | +[firebug.sdk]: https://github.com/firebug/firebug.sdk |
| 41 | +[firebug.next]: https://github.com/firebug/firebug.next |
0 commit comments