|
|
|
|
|
by netforay
3428 days ago
|
|
We did use in production. And it sucks to support it.
Problems..
* Dynamic components wont work with Vue. Lists etc.
* Loading individual html files for each component. Could not figure out how to bundle the components with Webpack. If you still want to use it, use it without Vue or React. |
|
I did bundle my components into single file - even throwing in sass compilation so I think the problem is elsewhere ;-)