How to use Vue.js or Angular instead of extJS in backend development for plugin?

Hi

I have developed a plugin. it contains a backend listing. I have done this using ExtJS . and submitted for review. The shopware team said that I need to purchase a license for ExtJS for my plugin.and also said that “if you use Vue or Angular instead of ExtJS everything is fine to us.”.

How I can use Vuejs or Angular instead of ExtJS in backend development? 

is there any documentation for this?

Please help me.

 

I have created a new backend listing using the following documentation and Vue.js

https://developers.shopware.com/developers-guide/lightweight-backend-modules/

1 „Gefällt mir“

Hi abinjohnedamana,

would you happen to give a review how to implement .vue files in a lightweight backend module? I’m struggling with intergrating a native vue.js app into the system,so any help would be very aprreciated. :slight_smile:

 

@devalanche schrieb:

You can check this plugin for reference.

https://github.com/hatslogic/abandoned-cart-list-email-shopware-5

 

I did not found anything for this. liteblue

@RonaldE schrieb:

Please check this folder

https://github.com/hatslogic/abandoned-cart-list-email-shopware-5/tree/master/Resources/views/backend

You can find the vue.js file in https://github.com/hatslogic/abandoned-cart-list-email-shopware-5/tree/master/Resources/views/backend/_resources/js

Hi,

I am currently working on a Shopware 5 backend plugin with VueJs, Vuex, firebase and more.

I have created an empty VueJs sample plugin for you.

VueJS Backend Application in Shopware 5