Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 03b1fc8

Browse files
author
Orta
authored
Merge pull request #59 from Spotts9/upToSpeed
Add before you begin section to readme.
2 parents c243b11 + 66c68a4 commit 03b1fc8

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, before 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)