@viewfly/platform-browser 3.0.0-alpha.0 → 3.0.0-alpha.2
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @viewfly/platform-browser
|
|
2
2
|
|
|
3
|
-
在**浏览器**中运行 Viewfly
|
|
3
|
+
在**浏览器**中运行 Viewfly 应用的入口包:提供根应用的创建、挂载、销毁等与 DOM 相关的能力。
|
|
4
4
|
|
|
5
5
|
使用前请已安装并配置好 **`@viewfly/core`**(含 JSX 与 `reflect-metadata` 等约定)。
|
|
6
6
|
|
|
@@ -46,7 +46,7 @@ app.destroy()
|
|
|
46
46
|
|
|
47
47
|
## 文档
|
|
48
48
|
|
|
49
|
-
-
|
|
49
|
+
- 以 **`@viewfly/platform-browser` 类型定义** 与本仓库内说明为准;第三方文档可能未及时更新。
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viewfly/platform-browser",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
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-alpha.
|
|
21
|
+
"@viewfly/core": "^3.0.0-alpha.2",
|
|
22
22
|
"csstype": "^3.1.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|