All Projects → MarcScheib → aurelia-notify

MarcScheib / aurelia-notify

Licence: MIT license
A notification plugin for Aurelia.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aurelia-notify

naranja
🍊 Web notifications with a great look
Stars: ✭ 27 (+92.86%)
Mutual labels:  notify, notifications-plugin
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (+614.29%)
Mutual labels:  aurelia
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (+735.71%)
Mutual labels:  aurelia
aurelia-dotnet-template
A starting point for new dotnet projects using the aurelia-framework with typescript and webpack.
Stars: ✭ 13 (-7.14%)
Mutual labels:  aurelia
Webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
Stars: ✭ 134 (+857.14%)
Mutual labels:  aurelia
uranus
[W.I.P] An ecosystem of crawlers for detecting: leaks, sensitive data exposure and attempts exfiltration of data
Stars: ✭ 22 (+57.14%)
Mutual labels:  notify
bindable
A design system built in Aurelia JS that allows for faster and easier web development.
Stars: ✭ 20 (+42.86%)
Mutual labels:  aurelia
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (+50%)
Mutual labels:  aurelia
simple-notify
Pure javascript toast notifications.
Stars: ✭ 108 (+671.43%)
Mutual labels:  notify
movielist
A demo application built using Aurelia.io to search for and list movies
Stars: ✭ 17 (+21.43%)
Mutual labels:  aurelia
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+971.43%)
Mutual labels:  aurelia
Aurelia Realworld Example App
Exemplary real world application built with Aurelia
Stars: ✭ 183 (+1207.14%)
Mutual labels:  aurelia
alert
Cross-platform, isomorphic alert, for Node and browser (previously alert-node)
Stars: ✭ 27 (+92.86%)
Mutual labels:  notify
Aurelia Kendoui Bridge
Stars: ✭ 120 (+757.14%)
Mutual labels:  aurelia
aurelia-mdc-plugin
MDC (Material Design UI Components) plugin for Aurelia.
Stars: ✭ 13 (-7.14%)
Mutual labels:  aurelia
Store
Aurelia single state store based on RxJS
Stars: ✭ 103 (+635.71%)
Mutual labels:  aurelia
Aurelia-Bootstrap-Plugins
Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
Stars: ✭ 45 (+221.43%)
Mutual labels:  aurelia
Notify-me
A shell command to notify you via Telegram
Stars: ✭ 34 (+142.86%)
Mutual labels:  notify
allas
LISTEN / NOTIFY connection pooler for PostgreSQL
Stars: ✭ 40 (+185.71%)
Mutual labels:  notify
aurelia-mdl-plugin
Material Design Lite plugin for Aurelia.
Stars: ✭ 19 (+35.71%)
Mutual labels:  aurelia

aurelia-notify

Build Status Coverage Status Dependency Status devDependency Status npm Version

A simple notification plugin for Aurelia.

notification.info('A simple info notification');

Documentation

Dependencies

This plugin has no external library dependencies and is completely based on Aurelia.

Aurelia dependencies:

Used By

This library is an optional plugin and not used by the core framework.

Platform Support

This library can be used in the browser.

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. To build the code, you can now run:
gulp build
  1. You will find the compiled code in the dist folder, available in three module formats: AMD, CommonJS and ES6.

  2. See gulpfile.js for other tasks related to generating the docs and linting.

Running The Tests

To run the unit tests, first ensure that you have followed the steps above in order to install all dependencies and successfully build the library. Once you have done that, proceed with these additional steps:

  1. Ensure that the Karma CLI is installed. If you need to install it, use the following command:
npm install -g karma-cli
  1. Ensure that jspm is installed. If you need to install it, use the following commnand:
npm install -g jspm
  1. Install the client-side dependencies with jspm:
jspm install
  1. Ensure that you have Chrome installed. Karma runs the test suite in Chrome.

  2. You can now run the tests with this command:

karma start

Running The Sample

To run the sample code using this plugin proceed with these additional steps:

  1. Go to the sample directory and install dependencies using jspm:
cd sample
jspm install
  1. Go back to the root of the project and use gulp to serve the sample project:
cd ..
gulp watch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].