TypeScript and Vue with Frontend Masters

Watch the full course on the Frontend Masters website.

Prerequisites

Installation Instructions

Note: Make sure to change directories into the app directory before running npm install.

git clone https://github.com/bencodezen/typescript-and-vue-workshop.git
cd typescript-and-vue-workshop/app
npm install

To run the application, use:

npm run dev