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

Add before you begin section to readme. #59

Merged
merged 2 commits into from
Jun 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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