nia
v0.0.3-preview
Published
Nia is a universal, lightweight JavaScript library
Downloads
2
Readme
Nia (Preview, still under construction)
Overview
Nia is a JavaScript library that's both powerful and small. It offers jQuery-like features (DOM manipulation, animation, events, HTTP requests) and utility functions (collections, date&number formatting, date arithmetic, templates).
It is based on Minified
Building
To build Nia, you need to install Node.js and Grunt. Then enter the Nia directory and install the dependencies:
npm install
To build the whole project including the test site, use
grunt all
If you only want to compile the code, use
grunt code