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

Commit

Permalink
Merge pull request #59 from Spotts9/upToSpeed
Browse files Browse the repository at this point in the history
Add before you begin section to readme.
  • Loading branch information
Orta authored Jun 24, 2019
2 parents c243b11 + 66c68a4 commit 03b1fc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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, 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)

# Initialize your project

Let's create a new package.
Expand Down

0 comments on commit 03b1fc8

Please sign in to comment.