|
1 |
| -## [PureMVC](http://puremvc.github.com/) [TypeScript](https://github.com/puremvc/puremvc-typescript-standard-framework/wiki) Demo: Employee Admin (jQuery) |
2 |
| -This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based TypeScript jQuery application. |
| 1 | +## [PureMVC](http://puremvc.github.com/) [TypeScript](https://github.com/puremvc/puremvc-typescript-standard-framework/wiki) Demo: Employee Admin |
| 2 | +This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based TypeScript application. |
3 | 3 |
|
4 |
| -PureMVC framework and Employee Admin demo library files are loaded using Require.js. UI components |
5 |
| -are displayed using jQuery, jQuery UI and jQgrid. |
| 4 | +PureMVC framework and Employee Admin demo library files are loaded using Require.js. UI components are displayed using jQuery, jQuery UI and jQgrid. |
6 | 5 |
|
7 |
| -The demo is compiled as an AMD module using an Ant script that palliate TypeScript compiler |
| 6 | +The demo is compiled as an AMD module using an Ant script that palliate TypeScript compiler |
8 | 7 | issues building a single module using multiple TypeScript files. TypeScript will probably evolve on
|
9 | 8 | this point in a near future. The demo will be tested and updated on each new TypeScript compiler
|
10 | 9 | release. If it's not sufficiently up to date for you, please open an issue on Github or just send a
|
11 | 10 | pull request by your own, this will be more than welcome.
|
12 | 11 |
|
13 |
| -* [Live Demo](http://www.tekool.net/blogfiles/puremvc-typescript/puremvc-typescript-demo-jquery-employeeadmin/) |
| 12 | +* [Live Demo](http://puremvc.org/pages/demos/TS/PureMVC_TS_Demo_EmployeeAdmin) |
14 | 13 | * [Discussion](http://www.tekool.net/blog/puremvc-typescript/)
|
15 | 14 |
|
16 | 15 | ## Screenshot
|
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 | ## Status
|
20 | 19 | Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-demo-jquery-employeeadmin/blob/master/VERSION)
|
|
0 commit comments