From b425921fba6aba04968ec0be74c6d32b1d005d9d Mon Sep 17 00:00:00 2001 From: papaspotts Date: Wed, 3 Oct 2018 00:50:34 -0700 Subject: [PATCH 1/2] Add before you begin section to readme. Lists serveral TypeScript resources and quick tutorial as mentioned in #55 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e93ad3..3811c1e5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # TypeScript Vue Starter -This quick start guide will teach you how to get TypeScript and [Vue](https://vuejs.org) working together. +This quick start guide will teach you how to get [TypeScript](http://www.typescriptlang.org/) and [Vue](https://vuejs.org) working together. This guide is flexible enough that any steps here can be used to integrate TypeScript into an existing Vue project. +# Before you begin +New to TypeScript? Want to learn more? Get up to speed, befor jumping in. + * [TypeScript 5 Minute Tutorial](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html) + * [TypeScript GitHub](https://github.com/Microsoft/TypeScript) + * [TypeScript Documentation](https://github.com/Microsoft/TypeScript#documentation) + # Initialize your project Let's create a new package. From 66c68a490b2e6f2afadc98264fa4337901060d84 Mon Sep 17 00:00:00 2001 From: papaspotts Date: Wed, 3 Oct 2018 00:57:13 -0700 Subject: [PATCH 2/2] corrected spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3811c1e5..bdffe72b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This quick start guide will teach you how to get [TypeScript](http://www.typescr This guide is flexible enough that any steps here can be used to integrate TypeScript into an existing Vue project. # Before you begin -New to TypeScript? Want to learn more? Get up to speed, befor jumping in. +New to TypeScript? Want to learn more? Get up to speed, before jumping in. * [TypeScript 5 Minute Tutorial](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html) * [TypeScript GitHub](https://github.com/Microsoft/TypeScript) * [TypeScript Documentation](https://github.com/Microsoft/TypeScript#documentation)