高性能的前端 MVVM 框架 Anot.js

码农软件 · 软件分类 · JavaScript MVC 框架 · 2019-03-15 08:14:09

软件介绍

Anot.js

Anot 是Anot not only templateEngine的缩写。 它是一款迷你,易用、高性能的前端MVVM框架, fork于avalon。进行了大量的重构,精简部分冗余的API, 同时针对组件拓展进行了优化。

# 开发模式
npm start
# 打包
npm run prod

执行完, 会打包为6个版本, 分别是

  • anot.js 普通版(可用于webpack)

  • anot-touch.js 普通带触摸版(可用于webpack)

  • anot.shim.js 自带AMD加载版

  • anot-touch.shim.js 自带AMD加载带触摸版

  • anot.next.js 未来版(需要支持es6 module的现代浏览器)

  • anot-touch.next.js 带触摸的未来版(需要支持es6 module的现代浏览器)

文档:

文档

基于Anot.js的组件库

文档

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

Head First Python

Head First Python

Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99

Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具