<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>守望者--AIR技术交流 - HTML5 框架</title>
    <link>http://www.airmyth.com/forum-86-1.html</link>
    <description>Latest 20 threads of HTML5 框架</description>
    <copyright>Copyright(C) 守望者--AIR技术交流</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 22 Jul 2026 07:47:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.airmyth.com/static/image/common/logo_88_31.gif</url>
      <title>守望者--AIR技术交流</title>
      <link>http://www.airmyth.com/</link>
    </image>
    <item>
      <title>Riot v3.0.0 发布，JavaScript 的 MVP 框架</title>
      <link>http://www.airmyth.com/thread-1884-1-1.html</link>
      <description><![CDATA[Riot v3.0.0 发布了。Riot.js是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于1kb.尽管他的大小令人难以置信，所有它能构建的有如下：一个模板引擎，路由，甚至是库和一个严格的并具有组织的MVP模式。当模型数据变化时视图也会自动更新。该版本暂未提供更 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Mon, 28 Nov 2016 05:37:00 +0000</pubDate>
    </item>
    <item>
      <title>Vue2.0 的 Material Design UI 框架 Muse-UI</title>
      <link>http://www.airmyth.com/thread-1883-1-1.html</link>
      <description><![CDATA[Muse-UIhttps://museui.github.io/#/install基于 Vue2.0 的 Material Design UI 框架安装?1npm&amp;nbsp;install&amp;nbsp;muse-ui&amp;nbsp;--save使用&amp;nbsp;?12345import&amp;nbsp;Vue&amp;nbsp;from&amp;nbsp;\'vue\'import&amp;nbsp;MuseUI&amp;nbsp;from&amp;nbsp;\'muse-ui\'import&amp;nbsp;\'muse-ui/dist/mus ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Tue, 22 Nov 2016 05:31:31 +0000</pubDate>
    </item>
    <item>
      <title>VUI   一个Javascript界面库,基于vue.js实现</title>
      <link>http://www.airmyth.com/thread-1876-1-1.html</link>
      <description><![CDATA[项目介绍一个Javascript界面库,基于vue.js实现.文件架构借鉴BUI,API借鉴easyui;文档使用jsduck生成;项目特色:基于vue.js开发,控件由模板而定,维护简单,方便;代码简单,单个JS文件压缩后只有1~2KB;控件按需加载,用到哪个控件就加载哪个;文档采用jsduck生成,查阅方便;控件 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Tue, 18 Oct 2016 09:05:54 +0000</pubDate>
    </item>
    <item>
      <title>［翻译］有关Angular 2.0的一切</title>
      <link>http://www.airmyth.com/thread-1827-1-1.html</link>
      <description><![CDATA[来源：http://div.io/topic/801有关Angular 2.0的一切原文在此对Angular 2.0的策略有疑问吗？就在这里提吧。在接下来的这篇文章里，我会解释Angular 2.0的主要特性区域，以及每个变化背后的动机。每个部分之后，我将提供自己在设计过程中的意见和见解，包括我认为仍然需 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 17 Aug 2016 09:54:37 +0000</pubDate>
    </item>
    <item>
      <title>Node.js 探秘：初识单线程的 Node.js</title>
      <link>http://www.airmyth.com/thread-1824-1-1.html</link>
      <description><![CDATA[来源：http://bbs.html5cn.org/thread-149793-1-5.html前言从Node.js进入人们的视野时，我们所知道的它就由这些关键字组成&amp;nbsp;事件驱动、非阻塞I/O、高效、轻量，它在官网中也是这么描述自己的。Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript  ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 17 Aug 2016 09:13:54 +0000</pubDate>
    </item>
    <item>
      <title>AngularJS沉思录（二） 视图模型的层次</title>
      <link>http://www.airmyth.com/thread-1804-1-1.html</link>
      <description><![CDATA[视图模型的层次嵌套作用域的数据继承在Angular中，存在作用域的继承。所谓作用域的继承，是指：如果两个视图有包含关系，内层视图对应的作用域可以共享外层视图作用域的数据。比如说：&amp;lt;body ng-app=\&quot;test\&quot;&amp;gt;
    &amp;lt;div ng-controller=\&quot;OuterCtrl\&quot;&amp;gt;
        &amp;lt;span ng-bind= ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Thu, 11 Aug 2016 03:24:25 +0000</pubDate>
    </item>
    <item>
      <title>Angular沉思录（一） 数据的双向绑定</title>
      <link>http://www.airmyth.com/thread-1803-1-1.html</link>
      <description><![CDATA[Angular沉思录接触AngularJS已经两年多了，时常问自己一些问题，如果是我实现它，会在哪些方面选择跟它相同的道路，哪些方面不同。为此，记录了一些思考，给自己回顾，也供他人参考。初步大致有以下几个方面：数据双向绑定视图模型的继承关系模块和依赖注入的设计待定数 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Thu, 11 Aug 2016 03:23:20 +0000</pubDate>
    </item>
    <item>
      <title>React.js 初学者应该知道的 9 件事</title>
      <link>http://www.airmyth.com/thread-1790-1-1.html</link>
      <description><![CDATA[现在为止我使用&amp;nbsp;React.js&amp;nbsp;已
经6 个月了。6 个月 放长远看一点也不长。但是，在 JavaScript 框架层出不穷的今天，6 个月可以称为老前辈了。最近指点了几个新人入门
 React ，所以想总结一下写篇文章启发更多的人。下面总结的这些点，一些点是我希望在自己入门 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Fri, 05 Aug 2016 03:00:05 +0000</pubDate>
    </item>
    <item>
      <title>React.js 模式</title>
      <link>http://www.airmyth.com/thread-1788-1-1.html</link>
      <description><![CDATA[前言我想找一个好的前端前端框架，找了很久。这个框架将能够帮助我写出具有可扩展性、可维护性 UI 的代码。通过对 React.js 优势的理解，我认为“我找到了它”。在我大量的使用过程中，我发现了一些模式性的东西。这些技术被一次又一次的用于编程开发之中。此时，我将它 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Thu, 04 Aug 2016 06:01:33 +0000</pubDate>
    </item>
    <item>
      <title>AngularJS动态加载Controller</title>
      <link>http://www.airmyth.com/thread-1773-1-1.html</link>
      <description><![CDATA[AngularJS原生并不支持动态加载Controller的方法，但是却提供注册Controller的方法。接下来就来看下如何实现动态加载Controller。我们把实现动态加载Controller方法封装到一个通用的模块里面，并命名这个模块为ngCommon。(function (angular) {\'use strict\';
    var Co ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:48:26 +0000</pubDate>
    </item>
    <item>
      <title>怎么用 Vue 实现 Material Design的涟漪动效</title>
      <link>http://www.airmyth.com/thread-1770-1-1.html</link>
      <description><![CDATA[原文&amp;nbsp;&amp;nbsp;http://div.io/topic/1694主题&amp;nbsp;Material Design「掘金·发现」是稀土圈微信公众号的一个新栏目。正如大家所知，&amp;nbsp;稀土掘金&amp;nbsp;致力于挖掘最优质的互联网技术，为用户带去最优质的阅读体验。我们做这个栏目的出发点，也正是如此。掘金社区当 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:43:39 +0000</pubDate>
    </item>
    <item>
      <title>我们在使用jQuery的时候，到底在使用什么？</title>
      <link>http://www.airmyth.com/thread-1768-1-1.html</link>
      <description><![CDATA[本文首发于TalkingCoder，一个有逼格的程序员社区。jQuery（or Zepto）作为前端标杆，风风光光了许多年，基本上已经成为开发必备的前端框架了。它的成功，主要是因为它让JavaScript的使用变的简单，而且通俗易懂，新手可以在不熟练原生JavaScript的前提下，很快就能写出 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:32:26 +0000</pubDate>
    </item>
    <item>
      <title>分享近期为内部培训 React native 写的材料和视频</title>
      <link>http://www.airmyth.com/thread-1765-1-1.html</link>
      <description><![CDATA[来源：http://div.io/topic/1777一直想找机会更新 MIHTool，又跟不上 Swift 的步伐，已经用自己的 MVC + ReactJS 写了两个管理系统，所以开始折腾 React Native， 结果是很迅速就搭起团队目前负责的 App, 收获不少，然后就在自己内部团队开始培训 React Native 开发（其 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:22:34 +0000</pubDate>
    </item>
    <item>
      <title>使用 webpack + react + redux + es6 开发组件化的前端项目。</title>
      <link>http://www.airmyth.com/thread-1764-1-1.html</link>
      <description><![CDATA[原文地址：https://52dachu.com/post/201606271753.html因为最近在工作中尝试了&amp;nbsp;webpack、react、redux、es6&amp;nbsp;技术栈，所以总结出了一套&amp;nbsp;boilerplate，以便下次做项目时可以快速开始，并进行持续优化。对应的项目地址：webpack-react-redux-es6-boilerpla ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:20:06 +0000</pubDate>
    </item>
    <item>
      <title>Vue+Webpack开发可复用的单页面富应用教程</title>
      <link>http://www.airmyth.com/thread-1763-1-1.html</link>
      <description><![CDATA[本系列文章介绍如何使用该工程快速开发一个基于 Vue 和 Webpack 的单页面富应用网站。其中配置篇主要介绍webpack的主要配置，先将工程跑起来；组件篇主要介绍用组件化的方式来开发SPA；技巧篇是使用中的一些技术经验谈。Vue+Webpack开发可复用的单页面富应用教程（配置 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:18:22 +0000</pubDate>
    </item>
    <item>
      <title>迷你MVVM框架 avalonjs 入门教程</title>
      <link>http://www.airmyth.com/thread-1746-1-1.html</link>
      <description><![CDATA[来源： &amp;nbsp;&amp;nbsp;http://www.cnblogs.com/rubylouvre/p/3181291.html新官网请不要无视这里，这里都是链接，可以点的OniUI组件库学习教程视频教程:&amp;nbsp;地址1&amp;nbsp;地址2关于AvalonJs开始的例子扫描视图模型数据模型绑定作用域绑定(ms-controller, ms-important)忽略 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Mon, 01 Aug 2016 02:57:23 +0000</pubDate>
    </item>
    <item>
      <title>Vue.js：轻量高效的前端组件化方案</title>
      <link>http://www.airmyth.com/thread-1742-1-1.html</link>
      <description><![CDATA[Vue.js 是我在2014年2月开源的一个前端开发库，通过简洁的 API 提供高效的数据绑定和灵活的组件系统。在前端纷繁复杂的生态中，Vue.js有幸受到一定程度的关注，目前在 GitHub上已经有5000+的star。本文将从各方面对Vue.js做一个深入的介绍。开发初衷2013年末，我还在Goo ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Fri, 29 Jul 2016 10:21:27 +0000</pubDate>
    </item>
    <item>
      <title>mui开发注意事项</title>
      <link>http://www.airmyth.com/thread-1741-1-1.html</link>
      <description><![CDATA[来源：http://blog.csdn.net/hbcui1984/article/details/42156409mui是一个高性能的HTML5开发框架，从UI到效率，都在极力追求原生体验；这个框架自身有一些规则，刚接触的同学不很熟悉，特总结本文；想了解mui更详细的信息，请访问mui官网DOM结构关于mui页面的dom，你需 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Fri, 29 Jul 2016 07:04:40 +0000</pubDate>
    </item>
    <item>
      <title>React.js 初学者应该知道的 9 件事</title>
      <link>http://www.airmyth.com/thread-1736-1-1.html</link>
      <description><![CDATA[现在为止我使用&amp;nbsp;React.js&amp;nbsp;已
经6 个月了。6 个月 放长远看一点也不长。但是，在 JavaScript 框架层出不穷的今天，6 个月可以称为老前辈了。最近指点了几个新人入门
 React ，所以想总结一下写篇文章启发更多的人。下面总结的这些点，一些点是我希望在自己入门 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Thu, 28 Jul 2016 02:10:44 +0000</pubDate>
    </item>
    <item>
      <title>Facebook 新开源项目使创建 React 项目变得容易</title>
      <link>http://www.airmyth.com/thread-1735-1-1.html</link>
      <description><![CDATA[Facebook的&amp;nbsp;React&amp;nbsp;项目是一个开源库，它允许开发人员快速构建应用程序以及在JavaScript中构建它们的用户界面。但是，这有点过于轻描淡写了，因为除了JavaScript，你还必须学习很多的工具，才能简单地创建一个React项目。尽管Facebook一直在谈论关于React的工 ...]]></description>
      <category>HTML5 框架</category>
      <author>破晓</author>
      <pubDate>Thu, 28 Jul 2016 01:55:21 +0000</pubDate>
    </item>
  </channel>
</rss>