Skip to content

Commit 2dbaea6

Browse files
committed
feat: update readme
1 parent c769c45 commit 2dbaea6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# 基于 React 的 Islands 架构实现
1+
# 框架搭建
22

3-
启动方式:
3+
搭建 SSG 框架,运行最小 demo,功能包含:
44

5-
```ts
6-
pnpm install
7-
pnpm start:demo
8-
```
5+
- CLI 以及项目基本构建环境搭建
96

10-
访问地址: http://localhost:3000/
7+
- 主题 Layout 组件能够展示
8+
9+
- 开发阶段 CSR 正常运行
10+
11+
- 生产环境构建 SSR 产物

0 commit comments

Comments
 (0)