Giter VIP home page Giter VIP logo

durandal's Introduction

Durandal

A cross-device, cross-platform application framework written in JavaScript, Durandal is a very small amount of code built on top of three existing and established Javascript libraries: jQuery, Knockout and RequireJS.

Features

  • Fully modularize your html and js. ie. Shell.js automatically locates Shell.html, binds and gets composed into the dom. Naturally you can change the conventions…
  • Leverage promises everywhere as the API uses no callbacks, but has CommonJS promises plumbed throughout
  • Experience the first html/js framework where Composition is embraced at the very core. The view/view-model composition features of Durandal are even more powerful than any "native" client framework.
  • A simple app model provides you with an app start lifecycle, modal dialogs, message boxes and an event aggregator.
  • Build reusable, databindable, skinnable and templatable widgets.
  • Leverage optional components for screen and sub-screen activation and de-activation enabling elegant handling of complex screen states.
  • Optimize all your HTML and JavaScript into a single file for relelase.

Documentation

We're just getting started here, so there's not a ton of documenation yet. But, we are working on it with a vengence. It's all located in the wiki, so have a look there.

##Samples

To run each sample, open main.js and change the call to app.setRoot() so that it points to the shell of the sample you wish to run.

  • hello - Demonstrates a basic hello world application which uses view/view-model location conventions and message box functionality.
  • navigation - Demonstrates basic navigation and view/view-model composition via the compose binding.
  • masterDetail - Demonstrates some activation features as well as containerless composition.
  • widgets - Demonstrates basic bindable and templatable widgets.
  • viewComposition - Demonstrates simple deconstruction of views bound against the same binding context.

durandal's People

Contributors

eisenbergeffect avatar graemechristie avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.