0.0.3-preview • Published 10 years ago

nia v0.0.3-preview

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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