JeffreyWay / laravel-elixir-vueify

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.
156 stars 30 forks source link

npm link-ed modules #13

Closed sagalbot closed 8 years ago

sagalbot commented 8 years ago

I can't seem to figure out how to get this working with a local package I've installed using npm link. require()/import is able to find the module, but I don't think the component is being properly loaded with vueify.

Any suggestions?

JeffreyWay commented 8 years ago

Not sure. Maybe check the Vue forum.