Vue.js in legacy Yii app

Hello everyone!

I’ve created a small widget to embed Vue.js power to a legacy app,
allowing to continue using framework provided tool (ActionForm, ActionField, etc…)
and take advantages of Vue.js in complex views (form especially).

My goal was to handle complex views / forms with more confortable tools as Vue.js (instead Pjax)
without passing through webpack, other development environment and working directly on js code,
but keeping js, css and html vue app code separately.

The result seems good. :slight_smile:

Any feedbacks and suggestions are appreciated!

8 Likes

Interesting. Will try this soon. :slight_smile:

Do you have any future plans for your widget?

What features do you suggest to implement?

Now it is fully customizable adding new assets and components.