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

更新Readme

old
宇天 2018-07-22 17:03:12 +08:00
parent 697efa91ad
commit ec8851824c
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
![doui](https://attach.cdn.doui.cc/screenshot_276.jpg) ![doui](https://attach.cdn.doui.cc/screenshot_276.jpg?t=20180722)
## Anot 框架 ## Anot 框架
> `Anot` 是`Anot not only templateEngine`的缩写。 > `Anot` 是`Anot not only templateEngine`的缩写。
@ -11,12 +11,12 @@
## 开发环境及生产环境 ## 开发环境及生产环境
```bash ```bash
# 开发环境 # 开发环境, 仅编译,不压缩
npm start npm start
# 生产环境 # 生产环境, 编译且压缩
npm run prod npm run prod
# 不编译,只压缩 # 不编译,只压缩, 适用于chrome61+, FF60+, Safari10.1+, EDGE16+
npm run next npm run next
``` ```