Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leobalter/qunit-example

Simple usage example of QUnit made with https://github.com/gruntjs/grunt-init-jquery
https://github.com/leobalter/qunit-example

Last synced: 1 day ago
JSON representation

Simple usage example of QUnit made with https://github.com/gruntjs/grunt-init-jquery

Awesome Lists containing this project

README

        

# Qunit Example

Simple usage example of QUnit made with https://github.com/gruntjs/grunt-init-jquery

## Getting Started
Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/leobalter/qunit-example/master/dist/qunit-example.min.js
[max]: https://raw.github.com/leobalter/qunit-example/master/dist/qunit-example.js

In your web page:

```html

jQuery(function($) {
$.awesome(); // "awesome"
});

```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Release History
_(Nothing yet)_