aurelia-templating : An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.. You can installing aurelia-templating npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install aurelia-templating $ sudo npm install -g aurelia-templating
If want to update the aurelia-templating package execute the command as below,
$ sudo npm update aurelia-templating
Update package globally,
$ npm install -g aurelia-templating
$ sudo git clone https://github.com/rektide/aurelia-templating.git
$ sudo npm install -g ./aurelia-templating
aurelia-templating@1.6.0 /usr/lib/node_modules/aurelia-templating
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aurelia-templating
Package Name | aurelia-templating |
Version | 1.6.0 |
Description | An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more. |
Released Date | 2017-10-16T06:04:56.509Z |
Published by | aureliaeffect |
How to Learn | https://www.npmjs.com/package/aurelia-templating/tutorial |