Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leobalter/qunit-example
- Owner: leobalter
- License: mit
- Created: 2014-03-07T17:36:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T17:37:03.000Z (almost 11 years ago)
- Last Synced: 2025-01-20T01:45:00.967Z (6 days ago)
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
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.jsIn your web page:
```html
jQuery(function($) {
$.awesome(); // "awesome"
});```
## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Release History
_(Nothing yet)_