@viewfly/platform-browser 3.0.0-alpha.8 → 3.0.0
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 +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
## 安装
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
|
|
12
|
+
npm install @viewfly/platform-browser @viewfly/core
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -40,13 +40,14 @@ app.destroy()
|
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
43
|
-
具体 API
|
|
43
|
+
具体 API 以类型定义与官方文档为准。
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
47
|
## 文档
|
|
48
48
|
|
|
49
|
-
-
|
|
49
|
+
- 官方文档:<https://viewfly.org>(创建应用、生命周期等章节)。
|
|
50
|
+
- **`@viewfly/platform-browser`** 发布包类型定义(补充参数与返回值细节)。
|
|
50
51
|
|
|
51
52
|
---
|
|
52
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viewfly/platform-browser",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "This project is used to enable the Viewfly framework to run in a browser.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"keywords": [],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@viewfly/core": "^3.0.0
|
|
21
|
+
"@viewfly/core": "^3.0.0",
|
|
22
22
|
"csstype": "^3.1.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|