Skip to content

wingsuitist/vue-typescript

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 74.9%
  • HTML 13.5%
  • JavaScript 9.6%
  • TypeScript 2.0%