@tuya-sat/micro-dev-component 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.
Files changed (2) hide show
  1. package/README.md +46 -3
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,4 +1,47 @@
1
- # @tuya-sat/micro-dev-component
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>
7
+
8
+ <h3 align="center">Saturn - micro-dev-component</h3>
9
+
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
+ ## 安装
23
+
24
+ ```sh
25
+ yarn add @tuya-sat/micro-dev-component -D
26
+ ```
27
+
28
+ ## 使用
29
+ 配合[@tuya-sat/micro-dev-loader](https://www.npmjs.com/package/@tuya-sat/micro-dev-loader)使用
30
+
31
+
32
+ ## 资源工具
33
+
34
+ * [@tuya-sat/components](https://www.npmjs.com/package/@tuya-sat/components)
35
+ * [@tuya-sat/sdf-cli](https://www.npmjs.com/package/@tuya-sat/sdf-cli)
36
+ * [@tuya-sat/create-micro-app](https://www.npmjs.com/package/@tuya-sat/create-micro-app)
37
+ * [@tuya-sat/micro-script](https://www.npmjs.com/package/@tuya-sat/micro-script)
38
+
39
+
40
+ ## License
41
+
42
+ MIT
43
+
44
+ ## 联系我们
45
+
46
+ 欢迎在 [https://github.com/tuya-sat/discuss/issues](https://github.com/tuya-sat/discuss/issues) 向我们提交反馈
2
47
 
3
- ## description
4
- 微应用本地联调时所需要的组件,依赖于`@tuya-sat/micro-dev-loader`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-dev-component",
3
- "version": "0.0.1-beta",
3
+ "version": "0.0.1-beta.3",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -26,6 +26,5 @@
26
26
  "rollup-plugin-postcss": "^4.0.1",
27
27
  "rollup-plugin-typescript2": "^0.30.0",
28
28
  "typescript": "^4.4.4"
29
- },
30
- "preserveModules": true
29
+ }
31
30
  }