Skip to content

Commit b8004e0

Browse files
committed
docs: update guide and add badge
1 parent a846b3f commit b8004e0

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Professional enterprise application with **Vue Composition API**, **Multi-Module
55
> **Note**: When the official version of Vue 3.0 is released, this project will be migrated as soon as possible!
66
77
![GitHub](https://img.shields.io/github/license/openfext/vue-admin-next?style=flat-square)
8+
![GitHub Releases)](https://img.shields.io/github/v/release/openfext/vue-admin-next?include_prereleases&style=flat-square)
9+
![GitHub Issues](https://img.shields.io/github/issues/openfext/vue-admin-next?style=flat-square)
810
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/openfext/vue-admin-next)
11+
![GitHub Forks](https://img.shields.io/github/forks/openfext/vue-admin-next?style=flat-square)
912

1013
:us: English | [:cn: 简体中文](README.zh-CN.md)
1114

@@ -17,21 +20,21 @@ Professional enterprise application with **Vue Composition API**, **Multi-Module
1720
- ✨Friendly User Interface
1821
- ✨Best Practices
1922

20-
## Example
21-
22-
[Vud Admin Next Preview](https://openfext.github.io/vue-admin-next/#/table/basic/query)
23+
## Quick Start
2324

24-
![Screen Capture](.github/preview.png)
25+
### Fork
2526

26-
## Quick Start
27+
[⚡ Fork Repository](https://github.com/openfext/vue-admin-next/fork)
2728

2829
### From Template
2930

3031
[⚡ Generate Vue Admin Next](https://github.com/openfext/vue-admin-next/generate)
3132

32-
### Fork
33+
## Example
3334

34-
[⚡ Fork Repository](https://github.com/openfext/vue-admin-next/fork)
35+
[Vud Admin Next Preview](https://openfext.github.io/vue-admin-next/#/table/basic/query)
36+
37+
![Screen Capture](.github/preview.png)
3538

3639
## Docs
3740

README.zh-CN.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Vue Admin Next 是一套针对中后台应用场景的企业级 Web 应用脚手
55
**提示**:当 Vue 3.0 正式版发布后,该项目会第一时间进行支持!
66

77
![GitHub](https://img.shields.io/github/license/openfext/vue-admin-next?style=flat-square)
8+
![GitHub Releases)](https://img.shields.io/github/v/release/openfext/vue-admin-next?include_prereleases&style=flat-square)
9+
![GitHub Issues](https://img.shields.io/github/issues/openfext/vue-admin-next?style=flat-square)
810
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/openfext/vue-admin-next)
11+
![GitHub Forks](https://img.shields.io/github/forks/openfext/vue-admin-next?style=flat-square)
912

1013
:cn: 简体中文 | [:us: English](README.md)
1114

@@ -17,21 +20,21 @@ Vue Admin Next 是一套针对中后台应用场景的企业级 Web 应用脚手
1720
- ✨ 简洁的用户界面
1821
- ✨ 中后台应用开发的最佳实践
1922

20-
## 在线示例
21-
22-
[Vud Admin Next Preview](https://openfext.github.io/vue-admin-next/#/table/basic/query)
23+
## 快速开始
2324

24-
![Screen Capture](.github/preview.png)
25+
### Fork
2526

26-
## 快速开始
27+
[⚡ Fork 仓库](https://github.com/openfext/vue-admin-next/fork)
2728

2829
### 模板
2930

3031
[⚡ 生成 Vue Admin Next 项目](https://github.com/openfext/vue-admin-next/generate)
3132

32-
### Fork
33+
## 在线示例
3334

34-
[⚡ Fork 仓库](https://github.com/openfext/vue-admin-next/fork)
35+
[Vud Admin Next Preview](https://openfext.github.io/vue-admin-next/#/table/basic/query)
36+
37+
![Screen Capture](.github/preview.png)
3538

3639
## 指南
3740

0 commit comments

Comments
 (0)