qxc.restful
v0.9.10
Published
Integrates Restful.js with Qooxdoo.
Downloads
15
Readme
qxc.restful
Integrates Restful.js with Qooxdoo.
Integrate in your Application
Add qxc.restful
to your dependencies.
yarn add qxc.restful
Add qxc.require
and qxc.restful
to your compile.json libraries
"libraries": [
"node_modules/qooxdoo-sdk/framework",
"node_modules/qxc.require",
"node_modules/qxc.restful",
"."
]
Init both libaries in your a Application.js
qxc.restful.Init.getInstance().init();
// Must be last
qxc.require.Init.getInstance().init();
Development / Update alameda
Install yarn, grunt and ncu:
npm install -g yarn
npm install -g grunt
npm install -g npm-check-updates
Check for updates
ncu -u -a
Run yarn
yarn upgrade
Upgrade deps with grunt
grunt
License
MIT