wquery

Modern and light component-oriented web framework.
https://github.com/yar3333/wquery

To install, run:

haxelib install wquery 1.1.2 

See using Haxelib in Haxelib documentation for more information.

README.md

wquery

wquery is a client-only component-oriented web framework written on haxe for pure-js, typescript or haxe environments.

Using in javascript/typescript

# install npm module
npm install hxnodejs-wquery
# your main typescript file
import { Application } from 'hxnodejs-wquery';
Application.run("#myDivToReplace", MyComponentClass);

Using in haxe from sources (no need bundlers like webpack)

# install haxe library
haxelib install wquery

# build.hxml
--library wquery

Using in haxe from precompiled npm module (assumed bundler using)

# install npm module
npm install hxnodejs-wquery

# install haxe externals
haxelib install hxnodejs-wquery

# build.hxml
--library hxnodejs-wquery
Contributors
yar3333
Version
1.1.2
Published
1 year ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub