Glidias / haxevx

HaxeVX - Haxe-powered VueJS/Vuex development. Why? So you can write HTML application/interface templates in fully strict-typed-safe Haxe, while using haxevx as a seamless bridge to your existing Haxe codebases/classes, keeping the benefits of OO/encapsulation and cross-platform inter-operability within your Haxe codesbase itself.
21 stars 1 forks source link

only vue #3

Closed francescoagati closed 7 years ago

francescoagati commented 7 years ago

Hi, haxevx can be used also without vuex. i can define parameter type store as none?

Glidias commented 7 years ago

Yup, or just extend VComponent<D,P> instead as mentioned in user guide https://github.com/Glidias/haxevx/wiki/Vue---HaxeVX-Draft-version-guide

francescoagati commented 7 years ago

thanks