Skip to content

Commit e1f6fb5

Browse files
committed
docs: update guide
1 parent a5d1a23 commit e1f6fb5

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@ Professional enterprise application with **Multi-Module Design**, **Vue Composit
55
![GitHub](https://img.shields.io/github/license/openfext/vue-admin-next?style=flat-square)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/openfext/vue-admin-next)
77

8-
## Quick Start
8+
## Docs
99

10-
```bash
11-
git clone https://github.com/openfext/vue-admin-next.git
12-
npm install
13-
npm run serve
14-
```
10+
### 🇨🇳 Chinese
11+
12+
- [Introduction](https://openfext.github.io/docs/zh/vue-admin-next/intro.html)
13+
- [Guide](https://openfext.github.io/docs/zh/vue-admin-next/guide/start.html)
14+
- [API Reference](https://openfext.github.io/docs/zh/vue-admin-next/api/component.html)
15+
16+
### 🇺🇸 English
17+
18+
WIP...
1519

1620
## Example
1721

1822
[Vud Admin Next Preview](https://openfext.github.io/vue-admin-next/#/table/basic/query)
1923

2024
![Screen Capture](.github/preview.png)
2125

26+
## Quick Start
27+
28+
```bash
29+
git clone https://github.com/openfext/vue-admin-next.git
30+
npm install
31+
npm run serve
32+
```
33+
2234
## Features
2335

2436
- ✨Vue Composition API
2537
- ✨Multi-Module Design
2638
- ✨Friendly User Interface
2739
- ✨Best Practices
2840

29-
## Docs
30-
31-
### 🇨🇳 Chinese
32-
33-
- [Introduction](https://openfext.github.io/docs/zh/vue-admin-next/intro.html)
34-
- [Guide](https://openfext.github.io/docs/zh/vue-admin-next/guide/start.html)
35-
- [API Reference](https://openfext.github.io/docs/zh/vue-admin-next/api/component.html)
36-
37-
### 🇺🇸 English
38-
39-
WIP...
40-
4141
## Built With
4242

4343
- [Vue.js](https://github.com/vuejs/vue)

src/modules/home/pages/home/components/HomeComponent.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
<a href="https://github.com/openfext/vue-admin-next">
1515
源码地址
1616
</a>
17+
<span> / </span>
18+
<a
19+
href="https://openfext.github.io/docs/zh/vue-admin-next/guide/start.html"
20+
>
21+
参考文档
22+
</a>
1723
</p>
1824
</div>
1925
</el-card>

0 commit comments

Comments
 (0)