Skip to content

Commit b425921

Browse files
committed
Add before you begin section to readme. Lists serveral TypeScript resources and quick tutorial as mentioned in microsoft#55
1 parent c243b11 commit b425921

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# TypeScript Vue Starter
22

3-
This quick start guide will teach you how to get TypeScript and [Vue](https://vuejs.org) working together.
3+
This quick start guide will teach you how to get [TypeScript](http://www.typescriptlang.org/) and [Vue](https://vuejs.org) working together.
44
This guide is flexible enough that any steps here can be used to integrate TypeScript into an existing Vue project.
55

6+
# Before you begin
7+
New to TypeScript? Want to learn more? Get up to speed, befor jumping in.
8+
* [TypeScript 5 Minute Tutorial](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
9+
* [TypeScript GitHub](https://github.com/Microsoft/TypeScript)
10+
* [TypeScript Documentation](https://github.com/Microsoft/TypeScript#documentation)
11+
612
# Initialize your project
713

814
Let's create a new package.

0 commit comments

Comments
 (0)