This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Vue): add support for TypeScript (#734)
* feat: add support for .ts files in Vue projects Add `awesome-typescript-loader` to the webpack configuration for vue projects. * refactor: add dependency to ts-loader The `ts-loader` for webpack is used for transpiling TS in Vue projects. * refactor(vue): use ts-loader instead of awesome-typescript-loader The `ts-loader` works for Single File Components, whereas the `awesome-typescript-loader` does not.
- Loading branch information
Showing
2 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters