Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix #76
  • Loading branch information
Lucifier129 authored Oct 18, 2023
1 parent 541392d commit be69505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ react-imvc 是 isomorphic mvc 的 react 实现,它是一个 Web 框架。通
react-imvc 是一个整体解决方案,包括服务端和客户端,所以必须从 npm 或 yarn 里下载到 package.json 里。

```shell
npm install --save react react-dom react-imvc
npm install --save react@^17 react-dom@^17 react-imvc@^2 @babel/runtime@^7
```

## 使用 react-imvc 开发 Hello World
Expand Down Expand Up @@ -101,4 +101,4 @@ function View() {

查看页面源代码,可以看到服务端渲染的内容。

## 欢迎提 Issue 和 Pull Request
## 欢迎提 Issue 和 Pull Request

0 comments on commit be69505

Please sign in to comment.