Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Releases: aurelia-toolbelt/aurelia-plugin-skeleton-typescript

Version 1.0.0

07 Jun 17:59
Compare
Choose a tag to compare

This version includes the rudimentary components for creating an Aurelia plugin using typescript.

  1. Typescript as a typed super set of JavaScript that compiles to plain JavaScript.
  2. FuseBox as a bundler/module loader for the sample (incl fuse-box-aurelia-loader)
  3. Jest a delightful JavaScript test framework.
  4. Puppeteer as headless Chrome for E2E testing.
  5. FuseBox Type Checker as a simple helper to do type-checking & linting while developing and producing the final build.