This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues/pull-requests.
yutent
/
anot.js
Archived
1
0
Fork 0
anot.js/package.json

25 lines
591 B
JSON

{
"name": "anot",
"version": "2.2.4",
"description": "Anot - 迷你mvvm框架",
"main": "dist/anot.js",
"files": ["dist"],
"scripts": {
"start": "npm run dev",
"dev": "node ./pack.config.js dev",
"prod": "node ./pack.config.js prod"
},
"keywords": ["anot", "avalon", "mvvm", "doui", "yutent"],
"dependencies": {},
"devDependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"es.shim": "^2.0.1",
"iofs": "^1.5.2",
"terser": "^5.0.0"
},
"repository": "https://github.com/yutent/anot.js.git",
"author": "yutent",
"license": "MIT"
}
Anot 是Anot not only templateEngine的缩写。 它是一款迷你,易用、高性能的前端MVVM框架, fork于avalon。进行了大量的重构,精简部分冗余的API, 同时针对组件拓展进行了优化。
JavaScript 100%