@tuya-sat/micro-dev-loader 0.0.1-beta → 0.0.1-beta.3

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/README.md CHANGED
@@ -1,8 +1,49 @@
1
- # addjs-loader
2
- 该loader的使用场景比较局限,只是用在saas开发框架微应用本地联调
1
+ <div id="top"></div>
2
+ <br />
3
+ <div align="center">
4
+ <a href="https://github.com/othneildrew/Best-README-Template">
5
+ <img src="https://images.tuyacn.com/rms-static/da7f7ac0-3e0c-11ec-89bb-d7b7de210e4b-1636098546797.png" alt="Logo" width="80" height="80">
6
+ </a>
3
7
 
8
+ <h3 align="center">Saturn - micro-dev-loader</h3>
4
9
 
5
- ## 功能
6
- 伪造主应用的方法,以及伪造微应用权限渲染
10
+ <p align="center">
11
+ 模拟主应用相关功能
12
+ <br/>
13
+ <a href="https://github.com/tuya-sat/discuss">土星项目</a>
14
+ ·
15
+ <a href="https://github.com/tuya-sat/discuss/issues">报告问题</a>
16
+ ·
17
+ <a href="https://github.com/tuya-sat/discuss/issues">提交需求</a>
18
+ </p>
19
+ </div>
20
+
21
+ ## 介绍
22
+ 该工具主要包含一个webpack loader和一个webpack plugin
23
+
24
+ ## 安装
25
+
26
+ ```sh
27
+ yarn add @tuya-sat/micro-dev-loader -D
28
+ ```
29
+
30
+ ## 使用
31
+ 该包主要和[@tuya-sat/micro-script](https://www.npmjs.com/package/@tuya-sat/micro-script)捆绑使用
32
+
33
+
34
+ ## 资源工具
35
+
36
+ * [@tuya-sat/components](https://www.npmjs.com/package/@tuya-sat/components)
37
+ * [@tuya-sat/sdf-cli](https://www.npmjs.com/package/@tuya-sat/sdf-cli)
38
+ * [@tuya-sat/create-micro-app](https://www.npmjs.com/package/@tuya-sat/create-micro-app)
39
+ * [@tuya-sat/micro-script](https://www.npmjs.com/package/@tuya-sat/micro-script)
40
+
41
+
42
+ ## License
43
+
44
+ MIT
45
+
46
+ ## 联系我们
47
+
48
+ 欢迎在 [https://github.com/tuya-sat/discuss/issues](https://github.com/tuya-sat/discuss/issues) 向我们提交反馈
7
49
 
8
- ## 用法