This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
Releases: aurelia-toolbelt/aurelia-plugin-skeleton-typescript
Releases · aurelia-toolbelt/aurelia-plugin-skeleton-typescript
Version 1.0.0
This version includes the rudimentary components for creating an Aurelia plugin using typescript.
- Typescript as a typed super set of JavaScript that compiles to plain JavaScript.
- FuseBox as a bundler/module loader for the sample (incl fuse-box-aurelia-loader)
- Jest a delightful JavaScript test framework.
- Puppeteer as headless Chrome for E2E testing.
- FuseBox Type Checker as a simple helper to do type-checking & linting while developing and producing the final build.