vue-bulma / datepicker

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

laravel 5.4 #34

Open MagoDev opened 7 years ago

MagoDev commented 7 years ago

npm install vue-bulma-datepicker --save

This dependency was not found:

vue-style-loader!css-loader!../../vue-loader/lib/style-rewriter?id=data-v-58620bec!stylus-loader!../../vue-loader/lib/selector?type=styles&index=0!./index.vue in ./~/vue-bulma-datepicker/src/index.vue

To install it, you can run: npm install --save !!vue-style-loader!css-loader!../../vue-loader/lib/style-rewriter?id=data-v-58620bec!stylus-loader!../../vue-loader/lib/selector?type=styles&index=0!./index.vue

rambii commented 7 years ago

For me the following command solved it: npm install stylus stylus-loader style-loader --save-dev

Solution came from here: https://forum.vuejs.org/t/style-loader-and-css-loader/6409/12

luventa commented 7 years ago

@MagoDev stylus-loader and related loaders are required. Please try rambii's solution. @rambii Thank you for provide the solution. Thanks!

ankurk91 commented 7 years ago

@luventa Is it possible to replace stylus with sass. OR just use plain css.

PS. Is there any need to override flatpicker stylus variables ?

luventa commented 7 years ago

@ankurk91 Guess I need to make a project to pre-build these components. Then these loaders will become unessential for using vue bulma components.

I will do this late. Thanks.