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
wcui/Readme.md

23 lines
648 B
Markdown
Raw Normal View History

2018-07-22 17:03:12 +08:00
![doui](https://attach.cdn.doui.cc/screenshot_276.jpg?t=20180722)
2017-09-11 05:51:11 +08:00
2017-12-23 00:43:16 +08:00
## Anot 框架
> `Anot` 是`Anot not only templateEngine`的缩写。
> 它是一款迷你,易用、高性能的前端MVVM框架, fork于avalon。进行了大量的重构,精简部分冗余的API, 同时针对组件拓展进行了优化。
## doUI 组件库
2017-12-23 00:43:16 +08:00
> doUI组件库是基于`Anot`框架开发的一套高效,轻量,可定制的现代化组件库。
## 开发环境及生产环境
```bash
2018-07-22 17:03:12 +08:00
# 开发环境, 仅编译,不压缩
npm start
2018-07-22 17:03:12 +08:00
# 生产环境, 编译且压缩
npm run prod
2018-07-22 17:03:12 +08:00
# 不编译,只压缩, 适用于chrome61+, FF60+, Safari10.1+, EDGE16+
npm run next
```