We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4552af6 commit 499cfb8Copy full SHA for 499cfb8
README.md
@@ -0,0 +1,10 @@
1
+# 基于 React 的 Islands 架构实现
2
+
3
+启动方式:
4
5
+```ts
6
+pnpm install
7
+pnpm start:demo
8
+```
9
10
+访问地址: http://localhost:3000/routes/index
package.json
@@ -23,6 +23,7 @@
23
"@types/koa-router": "^7.4.4",
24
"@types/react": "^18.0.17",
25
"@types/react-dom": "^18.0.6",
26
+ "tsx": "^3.8.2",
27
"typescript": "^4.7.4"
28
}
29
playground/package.json
@@ -10,7 +10,5 @@
"keywords": [],
11
"author": "",
12
"license": "ISC",
13
- "devDependencies": {
14
- "tsx": "^3.8.2"
15
- }
+ "devDependencies": {}
16
0 commit comments