0.9.10 • Published 6 years ago

qxc.restful v0.9.10

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

qxc.restful

Integrates Restful.js with Qooxdoo.

Integrate in your Application

Add qxc.restfulto 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