Skip to content

Instantly share code, notes, and snippets.

View markchagers's full-sized avatar

Mark Hagers markchagers

  • Nijmegen, the Netherlands
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: