docs: 调整vue2开源版本描述

This commit is contained in:
yubaolee
2025-06-06 14:21:32 +08:00
parent 0032a02142
commit 9a925f0c7a
4 changed files with 34 additions and 31 deletions

View File

@@ -34,13 +34,17 @@
## ▶️演示直达
#### 开源版本
* 开源Vue2演示地址 http://demo.openauth.net.cn:1803
* 开源MVC演示地址http://demo.openauth.net.cn:1802
#### 付费订阅
* Vue3演示地址 http://demo.openauth.net.cn:1805
* Vue2演示地址: http://demo.openauth.net.cn:1803
* 移动H5演示地址http://demo.openauth.net.cn:1804
* 开源版演示地址http://demo.openauth.net.cn:1802
* 移动UniApp演示地址http://demo.openauth.net.cn:1804
## 📺视频教程
@@ -61,20 +65,21 @@
#### 后端启动效果
![API启动效果图](https://images.gitee.com/uploads/images/2021/0422/012037_ec51b7e6_362401.png "api启动.png")
#### vue版本效果
#### 开源MVC效果
![开源版本效果](snapshot/layui.jpg)
#### 开源Vue2效果
![vue2](snapshot/vue2.png)
![拖拽表单](snapshot/form.png)
#### 付费订阅效果
![主列表](snapshot/maintable.jpg)
![工作流](snapshot/image.png)
![打印方案设计](snapshot/sysprinterplan.png)
![打印方案挂载业务系统](snapshot/sysprinterplan2.png)
![拖拽表单](snapshot/form.png)
#### layui开源版本效果
![开源版本效果](snapshot/layui.jpg)
## 📞官方QQ交流群
1. ***618473076*** **社区VIP专属QQ群第一时间提供开发进度、使用手册、技术咨询服务等,[如何加入VIP请移步这里](http://old.openauth.net.cn/question/detail.html?id=a2be2d61-7fcb-4df8-8be2-9f296c22a89c)**
1. ***618473076*** **付费订阅专属QQ群第一时间提供开发进度、技术咨询服务等[如何加入请移步这里](http://old.openauth.net.cn/question/detail.html?id=a2be2d61-7fcb-4df8-8be2-9f296c22a89c)**
1. 484498493【已满】
@@ -104,7 +109,7 @@
* 零代码动态API接口详情[动态API](http://doc.openauth.net.cn/core/dynamicapi/)
* 基于CodeSmith的代码生成功能,可快速生成带有头/明细结构的页面
* 自带代码生成,可快速生成带有头/明细结构的页面
* 支持sqlserver、mysql、Oracle、PostgreSql数据库理论上支持所有数据库
@@ -116,7 +121,9 @@
* 建立三方对接规范,已有系统可以无缝对接流程引擎
* 前端采用 vue + layui + element-ui + ztree + gooflow + leipiformdesign
* MVC前端采用 layui + ztree + gooflow + leipiformdesign
* vue前端采用 vue + element-ui + vform + hiprinter
* 后端采用 .net +EF + sqlsugar + autofac + quartz +IdentityServer4 + nunit + swagger

View File

@@ -1,22 +1,18 @@
## Project setup
```
## 安装
```sh
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
## 使用
### Compiles and minifies for production
```
```sh
# 启动开发环境
npm run dev
# 构建生产版本
npm run build
```
### Lints and fixes files
```
npm run lint
```
## 文档
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
- [vue2版本文档](http://doc.openauth.net.cn/vue2/)

View File

@@ -11,10 +11,10 @@ OpenAuth.Net Vue2版本基于vue2 + element-ui。它使用开源版OpenAuth.Net
![系统架构](http://img.openauth.net.cn/系统架构.png)
vue2版源代码获取方式[http://old.openauth.net.cn/question/detail.html?id=a2be2d61-7fcb-4df8-8be2-9f296c22a89c](http://old.openauth.net.cn/question/detail.html?id=a2be2d61-7fcb-4df8-8be2-9f296c22a89c)
演示地址: [http://demo.openauth.net.cn:1803/](http://demo.openauth.net.cn:1803/)
vue2版目前已开源可在`OpenAuth.Net\Vue2`目录中获取。
## OpenAuth.Net系列教学视频
[OpenAuth.Net视频合集--系统结构及代码下载](https://www.bilibili.com/video/BV1Z1421q7xU/)

BIN
snapshot/vue2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 KiB