This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues/pull-requests.
yutent
/
anot.js
Archived
1
0
Fork 0
anot.js/readme.md

25 lines
675 B
Markdown
Raw Normal View History

2019-01-28 15:22:05 +08:00
## Anot.js 2.x
2018-08-04 17:15:59 +08:00
> Anot 是Anot not only templateEngine的缩写。 它是一款迷你,易用、高性能的前端MVVM框架, fork于avalon。进行了大量的重构,精简部分冗余的API, 同时针对组件拓展进行了优化。
2019-01-28 15:22:05 +08:00
>> 2.x版本为 全新版本, 只兼容支持type="module"的浏览器。
2018-08-04 17:15:59 +08:00
2018-08-04 21:52:46 +08:00
```bash
# 开发模式
npm start
```
```bash
# 打包
npm run prod
```
2019-01-28 15:22:05 +08:00
执行完, 会打包为2个版本, 分别是
- anot.js 普通版(需要支持es6 module的现代浏览器)
- anot-touch.js 带触摸的版本(需要支持es6 module的现代浏览器)
2018-08-04 21:52:46 +08:00
2018-08-04 17:15:59 +08:00
### 文档:
[文档](https://doui.cc/wiki/anot)
### 基于Anot.js的组件库
[文档](https://doui.cc)