wuruoyun / vue-component-lib-starter

A bare-bones example of creating your own Vue component library.
313 stars 59 forks source link

How to provide d.ts #29

Closed byoungd closed 2 years ago

byoungd commented 2 years ago

The build dir only contans three files:

xx.es.js
xx.umd.js
xx.index.css

How to generate type file?

Thanks for reply.

wuruoyun commented 2 years ago

Updated to put the generated types into dist folder. Please refer to the "Type generation" section in README.md for more details.