Skip to content

Instantly share code, notes, and snippets.

View MatanYadaev's full-sized avatar

Matan Yadaev MatanYadaev

View GitHub Profile
@snowyu
snowyu / ts-quasar-cli.md
Created September 8, 2018 13:19
Add the typescript supports to quasar framework

Note: This guide applies to the project created by quasar-cli.

First install typescript and ts-loaderpackages in your project.

npm i -D typescript ts-loader

Then modified the quasar.conf.js file in your project: