Web 端 MVVM 框架 NoDom

码农软件 · 软件分类 · Web框架 · 2019-03-24 21:57:38

软件介绍

NoDom 是一款轻量级,web端的mvvm框架,主要用于webapp的开发,开发者只需掌握html和css,以及json数据操作方法,无需掌握过多js技巧,即可开发出丰富功能的webapp。nodom提供插件支持计划,目前已提供chart功能,插件正在持续上新中。

浏览器版本支持

全面兼容ECMAScript5,不支持ie浏览器(Edge除外)。

快速使用

先从官网下载NoDom库,或直接引入官网最新的NoDom文件,把nodom.min.js文件引入到你的html文件中。

 <!--从官网引入NoDom-->
<script type="text/javascript" src="http://www.NoDom.org/download/latest/NoDom.min.js"></script>
<!--从你的应用引入NoDom,注意修改yourpath为你自己应用的路径-->
<script type="text/javascript" src="yourpath/NoDom.min.js"></script>

本文地址:https://codercto.com/soft/d/2083.html

Web Security, Privacy and Commerce, 2nd Edition

Web Security, Privacy and Commerce, 2nd Edition

Simson Garfinkel / O'Reilly Media / 2002-01-15 / USD 44.95

Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have ......一起来看看 《Web Security, Privacy and Commerce, 2nd Edition》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具