Skip to content

Commit fa588ad

Browse files
committed
docs: document dumi dev server port
1 parent 8470b64 commit fa588ad

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66

77
<p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p>
88

9-
109
<div align="center">
1110

1211
[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Codecov][codecov-image]][codecov-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]
1312

1413
</div>
1514

16-
1715
## Highlights
1816

1917
- Declarative `CSSMotion` component for appear, enter, and leave states.
@@ -132,6 +130,8 @@ npm run compile
132130
npm run build
133131
```
134132

133+
The dumi site runs at `http://localhost:8000` by default.
134+
135135
## Release
136136

137137
```bash

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ npm run compile
130130
npm run build
131131
```
132132

133+
dumi 站点默认运行在 `http://localhost:8000`
134+
133135
## 发布
134136

135137
```bash

0 commit comments

Comments
 (0)