vue-bulma / datepicker

Datepicker Component for Vue Bulma
MIT License
115 stars 56 forks source link

dist, dev environment, dependencies #40

Open uptownhr opened 7 years ago

uptownhr commented 7 years ago

Is it possible to list your dev dependencies so this can be used by others? For example, stylus is a dependency but can't be used right now as it's not included.

Best case scenario though, a distribution version of the component should be made available so people using the component does not need to know your dev-dependencies.

luventa commented 7 years ago

here is my demo for this component. And I listed the commands needed. Will add this list to README for this project late. Thanks!

havgry commented 7 years ago

@luventa, this has to be addressed. Currently there are 3 related unresolved issues (#27, #45, #56) and 2 pull requests which are workarounds (#54, #61).

List all the devDependencies and setup a build process for a distribution version. I don't mind doing a PR but at the moment it doesn't seem like you're even looking at them.