ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

not using npm #3

Closed Rndwiga closed 6 years ago

Rndwiga commented 6 years ago

Hi,

Is it possible to avoid using npm for getting the dependencies and having the asset files pushed to public dir?

ctf0 commented 6 years ago

i can add a public files yes, however it wont be minified due to an issue with vueemit https://github.com/gocanto/vuemit/issues/6#issuecomment-315524595 & laravel mix

ctf0 commented 6 years ago

done, https://github.com/ctf0/Laravel-Media-Manager/tree/master/src/dist

Rndwiga commented 6 years ago

Thanks!