@harry97 @wildhart I’ve created a new topic here for setting up meteor with Class Style Vue Components. Hopefully it will be of help for people who find this question.
I would like to create a Meteor project that uses Vue and Typescript with Class Style Components like mentioned here. I can get it working correctly using Vue.extend but not Class Style Components.
Here is my original stackoverflow question.
Also I got help with getting it to work using Vue.extends here.
Here are my steps for creating the project.
CMD
meteor create --vue gift-list-app
meteor add typescript
meteor npm install --save-dev @types/meteor
meteor add nathantreid:vue-typescript-b…
1 Like