-
run
npm install github:hakanersu/AmaranJS --save
-
add the entry to app-bundle in aurelia.json
"jquery",
{
"name": "AmaranJS",
"path": "../node_modules/AmaranJS/dist/js/",
"main": "jquery.amaran"
},
-
setup /src/resources/notifications.js
-
import the class and call it.