The Wayback Machine - https://web.archive.org/web/20190523115341/https://github.com/aurelia/templating-resources
Skip to content
A standard set of behaviors, converters and other resources for use with the Aurelia templating library.
Branch: master
Clone or download
EisenbergEffect Merge pull request #376 from bigopon/fix-typings
fix(typings): explicit return typings for createFullOverrideContext
Latest commit 38e4283 May 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci chore(ci): fix circle ci Apr 24, 2019
.vscode chore(dev): add tsdk & lint auto save Apr 23, 2019
build chore(build): add gulp, fix ci Apr 24, 2019
dist chore(all): prepare release 1.10.0 May 2, 2019
doc chore(all): prepare release 1.10.0 May 2, 2019
src fix(typings): explicit return typings for createFullOverrideContext May 8, 2019
test refactor(compose): revert inherit binding context feat Apr 26, 2019
.editorconfig chore(*): set up the project structure and build Dec 10, 2014
.gitignore
.npmignore chore(*): set up the project structure and build Dec 10, 2014
CONTRIBUTING.md chore(all): new build, contrib and lint Feb 6, 2015
ISSUE_TEMPLATE.md
LICENSE chore(LICENSE): update dates Jan 1, 2018
README.md doc(readme): update readme Apr 23, 2019
bower.json chore(all): prepare release 1.10.0 May 2, 2019
gulpfile.js chore(ci): fix ci Apr 24, 2019
karma.conf.js chore(tests): add compose integration tests Apr 24, 2019
package-lock.json chore(ci): fix ci Apr 24, 2019
package.json
rollup.config.js build(all): move build to rollup Apr 23, 2019
tsconfig.json chore(tests): to runnable state for tests Apr 23, 2019
tslint.json chore(tests): to runnable state for tests Apr 23, 2019
typings.json chore(all): prepare release 1.0.0-beta.3.0.4 Jun 17, 2016

README.md

aurelia-templating-resources

npm Version Join the chat at https://gitter.im/aurelia/discuss CircleCI

This library is part of the Aurelia platform and contains a standard set of behaviors, converters and other resources for use with the Aurelia templating library.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions look around our Discourse forums, chat in our community on Gitter or use stack overflow. Documentation can be found in our developer hub.

Platform Support

This library can be used in the browser only.

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. To build the code, you can now run:
npm run build
  1. You will find the compiled code in the dist folder, available in three module formats: AMD, CommonJS and ES6.

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. You can now run the tests with this command:
npm run test
  1. With watch options to rerun the test (headless):
npm run test:watch
  1. With watch options to rerun the test (with browser):
npm run test:debugger
You can’t perform that action at this time.