Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript support? #13

Closed
davidmoshal opened this issue Jan 3, 2019 · 8 comments
Closed

Typescript support? #13

davidmoshal opened this issue Jan 3, 2019 · 8 comments

Comments

@davidmoshal
Copy link

Wondering if this plugin can parse .vue files with typescript, classes, and less styles?

e.g:

<template>
  <div>
    demo
  </div>
</template>

<script 
  lang="ts">

  import { Component, Vue } from 'vue-property-decorator';

  @Component
  export default class Demo extends Vue{
  
  }
</script>

<style 
   lang="less" 
   scoped>

</style>
@HcySunYang
Copy link
Member

Yes, this feature is being developed.

@davidmoshal
Copy link
Author

@HcySunYang nice!

@davidmoshal
Copy link
Author

@HcySunYang yes, I want to support, I'd like to contribute a $100 bounty.

@HcySunYang
Copy link
Member

@davidmoshal
Sorry, this label may make you misunderstand what I mean. I mean: I am willing to support this feature. I have modified this tag, of course, thank you for your support if you wish. (BTW: I will definitely implement this feature)

@davidmoshal
Copy link
Author

@HcySunYang sorry, yes I misunderstood.
Is this a good email for me to use with PayPal: HcySunYang@outlook.com

@HcySunYang
Copy link
Member

@davidmoshal
I just released v1.4.0, now vuese already supports typescript, please read:
https://github.com/HcySunYang/vuese#vue-class-component
https://github.com/HcySunYang/vuese#vue-property-decorator

@davidmoshal
Copy link
Author

@HcySunYang thank you.
Is the email correct?

@HcySunYang
Copy link
Member

Yes, correctʘᴗʘ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants