From ce42149f944ca1d0e2eccc7a20f842b8b5a9551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sat, 4 Aug 2018 21:52:46 +0800 Subject: [PATCH] update readme --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/readme.md b/readme.md index d472a46..5ea8cde 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,25 @@ > Anot 是Anot not only templateEngine的缩写。 它是一款迷你,易用、高性能的前端MVVM框架, fork于avalon。进行了大量的重构,精简部分冗余的API, 同时针对组件拓展进行了优化。 +```bash +# 开发模式 +npm start +``` + + +```bash +# 打包 +npm run prod +``` +执行完, 会打包为6个版本, 分别是 +- anot.js 普通版(可用于webpack) +- anot-touch.js 普通带触摸版(可用于webpack) +- anot.shim.js 自带AMD加载版 +- anot-touch.shim.js 自带AMD加载带触摸版 +- anot.next.js 未来版(需要支持es6 module的现代浏览器) +- anot-touch.next.js 带触摸的未来版(需要支持es6 module的现代浏览器) + + ### 文档: [文档](https://doui.cc/wiki/anot)