Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/dialog
Javascript dialog box
https://github.com/firstandthird/dialog
Last synced: 14 days ago
JSON representation
Javascript dialog box
- Host: GitHub
- URL: https://github.com/firstandthird/dialog
- Owner: firstandthird
- License: mit
- Created: 2013-10-17T19:30:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:30:08.000Z (about 8 years ago)
- Last Synced: 2024-04-08T15:13:11.598Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
#dialog
Dialog box plugin
##Installation
###Bower
`bower install dialog`
###Manual Download
- [Development]()
- [Production]()##Usage
Docs coming soon
##Development
###Requirements
- node and npm
- bower `npm install -g bower`
- grunt `npm install -g grunt-cli`###Setup
- `npm install`
- `bower install`###Run
`grunt dev`
or for just running tests on file changes:
`grunt ci`
###Tests
`grunt mocha`