efront 4.19.6 → 4.19.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coms/compile/Html.js +4 -0
- package/coms/zimoli/on.js +18 -0
- package/coms/zimoli/once.js +7 -1
- package/coms/zimoli/onmounted.js +1 -13
- package/coms/zimoli/render.js +6 -2
- package/coms/zimoli/slider.js +1 -0
- package/package.json +2 -2
- package/public/efront.js +1 -1
- package/readme.md +1 -1
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
[English version](./readme-en.md)
|
|
3
3
|
|
|
4
|
-
*efront*
|
|
4
|
+
*efront* 是一个开发工具,提供前端开发所需的各种功能,可作为开发环境使用,也可当成命令行工具使用其中的部分功能。
|
|
5
5
|
|
|
6
6
|
# efront 思想
|
|
7
7
|
1. 每个文件只导出一份数据,这一份数据可以是 boolean,number,string,function,object,bigint,null,undefined 中的任意一种
|