From ec8851824c61d7c1c02dad02fb9cb1d501188656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sun, 22 Jul 2018 17:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 5e98335..62208e5 100644 --- a/Readme.md +++ b/Readme.md @@ -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 not only templateEngine`的缩写。 @@ -11,12 +11,12 @@ ## 开发环境及生产环境 ```bash -# 开发环境 +# 开发环境, 仅编译,不压缩 npm start -# 生产环境 +# 生产环境, 编译且压缩 npm run prod -# 不编译,只压缩 +# 不编译,只压缩, 适用于chrome61+, FF60+, Safari10.1+, EDGE16+ npm run next ```