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

Roadmap for HaxeVX - VueJS #2

Open Glidias opened 7 years ago

Glidias commented 7 years ago

Vue:

Vue components: For a streamlined codebase, ensure absolutely zero reflection considerations when coding purely in Vue. For both Vue/Vuex, RTTI references should be phased out completely.

VxMacros.buildComponent() macro:

Virtual DOM:

JSX:

CSS/Stylesheet:

Vuex:

Vue/Vuex:

Glidias commented 7 years ago

KIV Yagni/When u need it:

Vue

Vuex

gogoprog commented 4 years ago

Hello,

Very nice project, it works really well!

It seems you're not working on this anymore but do you accept PRs?

Glidias commented 4 years ago

yup, not working on it anymore, but i do still use this for side projects, eg. http://glidias.github.io/Asharena/demos/sosgame/
https://github.com/Glidias/trosink/blob/master/haxe/src/troshx/sos/vue/combat/components, and i accept prs.