Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including aurelia-fast-adapter with all npm packages installed. Try it out:

require("@aurelia/kernel/package.json"); // @aurelia/kernel is a peer dependency. require("@aurelia/runtime-html/package.json"); // @aurelia/runtime-html is a peer dependency. require("@aurelia/dialog/package.json"); // @aurelia/dialog is a peer dependency. require("@microsoft/fast-foundation/package.json"); // @microsoft/fast-foundation is a peer dependency. var aureliaFastAdapter = require("aurelia-fast-adapter")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

aurelia-fast-adapter v1.0.7

Enables better interactions between Aurelia 2 applications and FAST web-components. Adds two-way binding for components and provides a FAST implementation of Aurelia Dialog Service.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free