百度 | 神马 | 搜狗 | 技术文档 | 学习资料分享 - 记录帝国CMS及运维技术的点点滴滴
你的位置:首页 > 实用IT技术 » 正文

【工具类】Durandal:旺达单页应用框架设计平台

发布时间:2020-09-17

作品分类:工具类  框架  是一个  适用于  框架  旺达  设计  平台  Durandal

Durandal:旺达单页应用框架设计平台是一个基于轻量级JavaScript框架的前端开发源码,它具有MVC、MVP和MVVM支持,因此不管你喜欢什么类型的前端架构,都可以使用durandaljs来完成。

Durandal是用JavaScript编写的,旨在轻松创建和维护单页应用跨平台的客户端框架,适用于​​建立PC、Mac、Linux、iOS和Android的应用程序。

Durandal is a lightweight JavaScript framework designed to make building Single Page Applications (SPAs) simple and elegant. It has strong support for MVC, MVP and MVVM so that no matter what type of front end architecture you prefer, Durandal can handle the task.

With RequireJS as its base and a thin layer of conventions, Durandal can provide amazing productivity while helping you to maintain SOLID coding practices. Pair that with out-of-the-box support for rich UI composition, modal dialogs, eventing/messaging, widgets, transitions, routing and more….and there’s no doubt you’ll be able to build whatever apps you can imagine.

There are several ways to get started with Durandal, depending on your platform choice. While Durandal is a pure JavaScript library, independent of any server-side platforms, we try to package it up in a variety of ways that are appealing to web developers. For this brief tutorial, we’ll use our raw HTML Starter Kit.

Top