aurelia-templating-router

v1.5.0
An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.
aurelia templating html router routing

start

npm run dev -- --format es2015

dev

node build/scripts/dev

build

node build/scripts/build

build:dts

dts-bundle-generator src/aurelia-templating-router.ts -o dist/aurelia-templating-router.d.ts

test

karma start --single-run

test:watch

karma start

test:debugger

karma start --browsers ChromeDebugging

lint

eslint .

typedoc

typedoc src/aurelia-templating-router.ts --json doc/api.json

posttypedoc

node doc/cleanup.js

changelog

standard-version -i doc/CHANGELOG.md --skip.commit --skip.tag

precut-release

npm run lint && npm run test && npm run build

cut-release

npm run changelog

postcut-release

npm run typedoc
npm i aurelia-templating-router

Metadata

  • MIT
  • Whatever
  • Rob Eisenberg
  • released 4/12/2022

Downloads

Maintainers