Skip to content

Commit a0f07db

Browse files
committed
更新文档
1 parent d874081 commit a0f07db

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<p align="center">
22
<a href="https://github.com/uabjs/uabpress" target="_blank">
3-
<img width="180" src="https://avatars1.githubusercontent.com/u/73016681?s=200&v=4" alt="logo">
3+
<img width="150" src="https://avatars1.githubusercontent.com/u/73016681?s=200&v=4" alt="logo">
44
</a>
55
</p>
66

7-
<div align="center">UabPress</div>
7+
<div align="center">
8+
<h1>UabPress</h1>
9+
</div>
810

911
简体中文| [English](https://github.com/uabjs/uabpress/blob/main/README_en-US.md)
1012

1113
## uabpress
1214
基于 Vue3.0 SSR 的一个快速高效的 Markdown 网站制作工具
13-
[uabpress使用动态效果图](https://img-blog.csdnimg.cn/20201206225626894.gif)
15+
![uabpress 动态效果图展示](https://img-blog.csdnimg.cn/20201206225626894.gif)
1416
运行后默认热更新自动编译打开运行在浏览器3000端口
1517

1618
### 全局安装 uabpress 包
@@ -34,4 +36,7 @@ uabpress dev //or "uabpress dev ./docs"
3436
```
3537
// 也可指定文件夹制作 Markdown 网页
3638
uabpress bulid ./docs
37-
```
39+
```
40+
41+
### 效果图如下:
42+
![UabPress基于 vue3 ssr 运行](https://img-blog.csdnimg.cn/20201206234140347.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQxNjE0OTI4,size_16,color_FFFFFF,t_70)

README_en-US.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
<p align="center">
22
<a href="https://github.com/uabjs/uabpress" target="_blank">
3-
<img width="180" src="https://avatars1.githubusercontent.com/u/73016681?s=200&v=4" alt="logo">
3+
<img width="150" src="https://avatars1.githubusercontent.com/u/73016681?s=200&v=4" alt="logo">
44
</a>
55
</p>
66

7-
<div align="center">UabPress</div>
7+
<div align="center">
8+
<h1>UabPress</h1>
9+
</div>
810

911
[简体中文](https://github.com/uabjs/uabpress) | English
1012

1113
## uabpress
1214
A fast and efficient Markdown website authoring tool based on Vue3.0 SSR
13-
[uabpress Dynamic renderings](https://img-blog.csdnimg.cn/20201206225626894.gif)
15+
![uabpress dynamic effect](https://img-blog.csdnimg.cn/20201206225626894.gif)
1416

15-
## install Package
17+
## Global install Package
1618
```
1719
npm install -g uabpress
1820
```
1921

2022
### Use
23+
```
24+
Simply write your md file in any folder, and it will be compiled into a document page for you
25+
```
2126

2227
### run
2328
```
@@ -27,4 +32,7 @@ uabpress dev ./docs
2732
### bulid
2833
```js
2934
uabpress bulid ./docs //docs is your project folder
30-
```
35+
```
36+
37+
### effect diagram is as follows:
38+
![UabPress run on vue3 ssr](https://img-blog.csdnimg.cn/20201206234140347.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQxNjE0OTI4,size_16,color_FFFFFF,t_70)

0 commit comments

Comments
 (0)