Hi @sachindey1231 ,We officially dont have support of VUE with spa
editors.Currently, most of the projects using Vue with AEM have the
classic way of using it, which can be seen here :
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/uifrontend.html?lang=en
Here is a documentation on archetype values for frontend values. And
"vue" is an invalid keyword.Only allowed values are : "general", "none",
"react", "angular" as of now. Check here :
http...