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 durandal-es6 with all npm packages installed. Try it out:

durandal-es6 lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:

require("jquery/package.json"); // jquery is a peer dependency. require("jquery-migrate/package.json"); // jquery-migrate is a peer dependency. require("knockout/package.json"); // knockout is a peer dependency. require("animate.css/package.json"); // animate.css is a peer dependency. // require("durandal-es6/[??]")

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

durandal-es6 v0.11.0

Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. This framework replaces the dependency on RequireJS and instead uses ES modules.

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