This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

更新文档

old
宇天 2017-12-23 00:43:16 +08:00
parent c1a1f9d917
commit ed5f1644ba
2 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,12 @@
![doui](https://attach.cdn.doui.cc/screenshot_276.jpg) ![doui](https://attach.cdn.doui.cc/screenshot_276.jpg)
## yua.js 框架 ## Anot 框架
> yua.js是一款迷你,易用、高性能的前端MVVM框架, 属于单独维护avalon的一个独立分支, 基于avalon1.5开发, 精简部分冗余的API, 同时针对组件拓展进行了优化。 > `Anot` 是`Anot not only templateEngine`的缩写。
> 它是一款迷你,易用、高性能的前端MVVM框架, fork于avalon。进行了大量的重构,精简部分冗余的API, 同时针对组件拓展进行了优化。
## doUI 组件库 ## doUI 组件库
> doUI组件库是基于yua框架开发的一套高效,轻量,可定制的现代化组件库。 > doUI组件库是基于`Anot`框架开发的一套高效,轻量,可定制的现代化组件库。
## 开发环境及生产环境 ## 开发环境及生产环境

View File

@ -1,7 +1,7 @@
{ {
"name": "doui-yua", "name": "doui-yua",
"version": "0.0.1", "version": "0.0.1",
"description": "基于yua框架的doUI组件库。支持IE10+,及现代浏览器。", "description": "基于Anot框架的doUI组件库。支持IE10+,及现代浏览器。",
"main": "dist/", "main": "dist/",
"scripts": { "scripts": {
"start": "node ./build.dev.js", "start": "node ./build.dev.js",
@ -11,10 +11,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/yutent/doui.git" "url": "git+https://github.com/yutent/doui.git"
}, },
"keywords": [ "keywords": ["doui", "yua"],
"doui",
"yua"
],
"author": "yutent", "author": "yutent",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {