nimiq / vue-components

Vue component library for Nimiq ecosystem apps.
https://nimiq.github.io/vue-components/
Apache License 2.0
17 stars 4 forks source link

Cleanup type generation #40

Closed Bettelstab closed 4 years ago

Bettelstab commented 5 years ago

Make typescript generate types, instead of dts-bundle. Update typescript and add fix warnings. Also remove lazy loading of qr-encoder to enable easy building of Safe (it's just 5kb).

Bettelstab commented 5 years ago

Sorry, does not seem to work like I thought. I get errors when I try it with Hub:


  Object literal may only specify known properties, but 'components' does not exist in type 'VueClass<Vue>'.```
danimoh commented 5 years ago

Can this be closed or is there still something we want to use from it?

sisou commented 5 years ago

I think this is still usefull, just needs to be rebased on top of all the changes.

Edit: usefull for the types, not the QrEncoder changes.

sisou commented 4 years ago

Types generation changes from this PR are now included in #68. The QREncoder changes are dismissed.