Intro

This repository holds a Vue 3 app written in TypeScript.

The Vue 3 version used in this repository is v3.0.0-rc.5.

This repository is accompanied by an article explaining all the steps and details needed to run your first Vue 3 app in TypeScript.

You may check the article here: A complete guide on using TypeScript in Vue 3

Demo

To run the app, start by installing all the NPM dependencies as issuing the following command:

npm install

Once all the packages are installed, issue the following command to run the app:

npm run serve

You should be able to see the app runnning successfully inside the browser.

Enjoy it!

Bilal Haidar