1
- ===== TypeScript Sample: Todo MVC =====
1
+ # TypeScript Sample: Todo MVC
2
2
3
- === Overview ===
3
+ ## Overview
4
4
5
5
This sample shows an implementation of the Backbone.js TODO sample derived from
6
6
https://github.com/documentcloud/backbone/tree/master/examples/todos . The following
@@ -9,16 +9,19 @@ TypeScript integration points are highlighted:
9
9
- jQuery: Using jQuery for all DOM manipulation
10
10
11
11
12
- === Running ===
12
+ ## Running
13
+ ```
13
14
tsc --sourcemap js\todos.ts
14
15
start index.html
16
+ ```
15
17
16
- === Caveats ===
18
+ ## Caveats
17
19
20
+ ```
18
21
This sample uses local storage and will not run properly on Internet Explore if run
19
22
from the local filesystem. Instead, host the sample from a web server (eg. IIS).
20
23
21
- ------------------------------------------------------------------------------------------
24
+
22
25
Microsoft grants you the right to use these script files under the Apache 2.0 license.
23
26
Microsoft reserves all other rights to the files not expressly granted by Microsoft,
24
27
whether by implication, estoppel or otherwise. The copyright notices and MIT licenses
@@ -37,7 +40,10 @@ ANY KIND, either express or implied.
37
40
38
41
See the License for the specific language governing permissions and limitations
39
42
under the License.
40
- ------------------------------------------------------------------------------------------
43
+ ```
44
+
45
+
46
+ ```
41
47
Provided for Informational Purposes Only
42
48
MIT License
43
49
Permission is hereby granted, free of charge, to any person obtaining a copy of this
@@ -55,3 +61,4 @@ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
55
61
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
56
62
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
57
63
DEALINGS IN THE SOFTWARE.
64
+ ```
0 commit comments