You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.5 KiB
Markdown
86 lines
2.5 KiB
Markdown
[](http://badge.fury.io/gh/MohammadYounes%2FAlertifyJS)
|
|
[](http://badge.fury.io/nu/AlertifyJS)
|
|
[](http://badge.fury.io/js/alertifyjs)
|
|
[](https://www.jsdelivr.com/package/npm/alertifyjs)
|
|
|
|
AlertifyJS
|
|
==========
|
|
|
|
[](https://gitter.im/MohammadYounes/AlertifyJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
|
|
|
|
> AlertifyJS is an extreme makeover of <a href="http://www.github.com/fabien-d/alertify.js">alertify.js</a> by <a href="http://www.github.com/fabien-d">@fabien-d</a>
|
|
|
|
|
|
|
|
### Install with [NuGet](https://www.nuget.org/packages/AlertifyJS/)
|
|
|
|
```
|
|
Install-Package AlertifyJS
|
|
```
|
|
|
|
### Install with [NPM](https://www.npmjs.com/package/alertifyjs/)
|
|
|
|
```
|
|
npm install alertifyjs --save
|
|
```
|
|
|
|
|
|
Documentation
|
|
==========
|
|
Check out the interactive documentation at http://alertifyjs.com
|
|
|
|
[](http://alertifyjs.com)
|
|
|
|
|
|
Browser support
|
|
==========
|
|
Last two versions.
|
|
|
|
|
|
|
|
Running documentation locally
|
|
==========
|
|
* Clone the repo
|
|
```
|
|
git clone git@github.com:MohammadYounes/AlertifyJS.git
|
|
```
|
|
|
|
* Install dev dependencies
|
|
```
|
|
npm update; npm install;
|
|
```
|
|
|
|
* Build the project
|
|
```
|
|
grunt
|
|
```
|
|
|
|
* Start documentation server
|
|
```
|
|
docpad run
|
|
```
|
|
* Open your browser to http://localhost:9778/
|
|
|
|
|
|
Dependencies
|
|
==========
|
|
None.
|
|
|
|
|
|
Community Contribution
|
|
==========
|
|
|
|
* [alertifyjs-rails](https://github.com/mkhairi/alertifyjs-rails) by **[@mkhairi](https://github.com/mkhairi)**
|
|
* [meteor-alertifyjs](https://github.com/ovcharik/meteor-alertifyjs/) by **[@ovcharik](https://github.com/ovcharik)**
|
|
|
|
Bugs & Questions
|
|
==========
|
|
Please review the guidelines for [contributing](https://github.com/MohammadYounes/AlertifyJS/blob/master/CONTRIBUTING.md).
|
|
>You can fork this [codepen](http://codepen.io/anon/pen/raohK) or this [jsfiddle](http://jsfiddle.net/g2o52zq7/) to get started.
|
|
|
|
|
|
------
|
|
Contact: [Mohammad@alertifyjs.com](mailto:Mohammad@alertifyjs.com)
|