mohamadkhani / vue-simple-range-slider

Change Your numeric value or numeric range value with dragging handles
MIT License
21 stars 7 forks source link

No dist folder in package -> webpack can't import module #3

Closed TomDeSmet closed 4 years ago

TomDeSmet commented 4 years ago

Your package doesn't have a dist folder so Webpack can't find the module when importing. Is this how it should be? If so, what triggers the build? It doesn't get triggered by npm install.

Dizuite commented 4 years ago

Hello, someone find how to use it with npm finally ? I try to use it with nuxt but it doesn't works

ghost commented 4 years ago

Hey guys. I had forgotten to add the dist folder to git and npm repo. I added it to git and npm repo. Now it simply works. Thank you for reporting the issue.