efront 4.19.5 → 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/kugou/buildList.js +1 -1
- package/coms/kugou/buildScroll.js +1 -1
- package/coms/kugou/buildScroll.less +2 -1
- package/coms/zimoli/on.js +19 -1
- package/coms/zimoli/once.js +7 -1
- package/coms/zimoli/onmounted.js +1 -13
- package/coms/zimoli/render.js +34 -19
- package/coms/zimoli/slider.js +1 -0
- package/package.json +2 -2
- package/public/efront.js +1 -1
- package/readme.md +2 -1
package/readme.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
[English version](./readme-en.md)
|
|
3
3
|
|
|
4
|
-
*efront*
|
|
4
|
+
*efront* 是一个开发工具,提供前端开发所需的各种功能,可作为开发环境使用,也可当成命令行工具使用其中的部分功能。
|
|
5
|
+
|
|
5
6
|
# efront 思想
|
|
6
7
|
1. 每个文件只导出一份数据,这一份数据可以是 boolean,number,string,function,object,bigint,null,undefined 中的任意一种
|
|
7
8
|
2. 文件名即变量名,在其他文件中引用当前文件导出的变量,只要使用当前文件的文件名(不含后缀)即可
|