Skip to content

Commit ad41eec

Browse files
author
申蛟隆
committed
version 3.2.0
1 parent 97e78a4 commit ad41eec

File tree

5 files changed

+337
-343
lines changed

5 files changed

+337
-343
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ out
22
node_modules
33
*.tsbuildinfo
44
*.vsix
5-
.vscode-test-web
5+
.vscode-test-web
6+
helper.json

README-EN.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,38 @@
11
# vue-helper
22

33
<div align="center">
4-
<img src="https://www.80fight.cn/wp-content/uploads/2024/05/slogan.png" />
5-
6-
**aim to create a full-link efficiency improvement development tool for VUE development**
4+
aim to create a full-link efficiency improvement development tool for VUE development
75
</div>
86

97
Enhance the VUE development experience. support framework <a class="m-link" href="https://element.eleme.cn/" target="_blank">Element-UI</a>、<a class="m-link" href="https://element-plus.gitee.io/" target="_blank">Element-Plus</a>、<a class="m-link" href="https://www.antdv.com/" target="_blank">Ant Design Vue</a>. Enhance your Vue-development experience with visualizations, foundational templates, and rich materials.
108

11-
## Funtion Diagram
12-
![](https://www.80fight.cn/wp-content/uploads/2024/05/framework-en-1.png)
13-
149
## Getting Started
1510
Please follow the documentation at [vue-helper](http://vue-helper.80fight.cn/)!
1611

17-
## version 2.6.0
18-
1、All 68 components of the Ant Design Vue component tag are supported, for a total of 288 code block abbreviations
19-
2、solve issue [75](https://github.com/jiaolong1021/vue-helper/issues/75), [76](https://github.com/jiaolong1021/vue-helper/issues/76), [73](https://github.com/jiaolong1021/vue-helper/issues/73)
20-
21-
## feature
22-
One-click generation of swagger-based APIs
23-
24-
## Feedback
25-
26-
* submit [issue](https://github.com/jiaolong1021/vue-helper/issues) in github,ff the project is helpful to you,please Star it, thank you。🤪
27-
* Join our WeChat group to report problems directly in the group, solve them instantly, and get more benefits.
28-
29-
![/imgs/creator.png](https://www.80fight.cn/helper/wxq.png)
30-
31-
here we offers 🎁:<br>
32-
1、official feature information released <br>
33-
2、feedback on needs and problems <br>
34-
3、Technical Q&A<br>
35-
4、presentation of job opportunities<br>
36-
5、technical communication
12+
## version 3.2.0
13+
1. jump compatible vetur, Vue-Official
14+
2. api generate support swagger admin
15+
3. Variable generation shortcut key is replaced with[alt + enter], you can change it by yourself. [detail](http://vue-helper.80fight.cn/en/document/pro/mv.html)
16+
4. to solve the problem generate variables with multiple touches
17+
18+
## Features
19+
### 1、framework support element-ui、element-plus、ant-design-vue
20+
<h4>1.1、code block generate</h4>
21+
<img src="https://common.xxpie.com/helper-element-tag.gif" />
22+
<h4>1.2、attribute tip</h4>
23+
<img src="https://common.xxpie.com/helper-attr.gif" />
24+
<h4>1.3、docuement see, or go official</h4>
25+
<img src="https://common.xxpie.com/helper-document.gif" />
26+
<h4>2、go to definition of method、variable</h4>
27+
<img src="https://common.xxpie.com/helper-go-to-define.gif" />
28+
<h4>3、component jump</h4>
29+
<img src="https://common.xxpie.com/helper-definition-file-jump.gif" />
30+
<h4>4、expand select [alt + x]</h4>
31+
<img src="https://common.xxpie.com/helper-variable-block.gif" />
32+
<h4>5、enhance [alt + enter]</h4>
33+
<img src="https://common.xxpie.com/helper-key-value.gif" />
34+
35+
more detail see document [vue-helper](http://vue-helper.80fight.cn/)!
3736

3837
**Enjoy it!**
3938

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,38 @@
33
[English](https://github.com/jiaolong1021/vue-helper/blob/HEAD/README-EN.md)
44

55
<div align="center">
6-
**旨在打造vue开发的全链路提效开发工具**
6+
旨在打造vue开发的全链路提效开发工具
77
</div>
88

99
增强vue开发体验,支持 <a class="m-link" href="https://element.eleme.cn/" target="_blank">Element-UI</a>、<a class="m-link" href="https://element-plus.org/" target="_blank">Element-Plus</a>、<a class="m-link" href="https://www.antdv.com/" target="_blank">Ant Design Vue</a>。通过可视化、基础模板、丰富物料增强 vue 开发。
1010

1111
## 快速开始
1212
请查看文档 [vue-helper](http://vue-helper.80fight.cn/)!
1313

14-
## version 3.1.0
15-
1. 接口生成支持写入到单个文件
16-
2. 接口生成支持小程序
17-
3. 接口生成字段提示
18-
4. 自动生成变量和方法
19-
5. 定义跳转优化
14+
## version 3.2.0
15+
1. 跳转兼容vetur、Vue-Official
16+
2. 接口生成支持swagger admin
17+
3. 变量生成快捷键更换为 [alt + enter],可自行更改
18+
4. 生成变量多次触按问题解决
2019

2120
## 功能特性
2221
### 1、框架支持 element-ui、element-plus、ant-design-vue
2322
<h4>1.1、组件代码块生成</h4>
24-
<img src="https://www.80fight.cn/helper/element-ui-tag.gif" />
23+
<img src="https://common.xxpie.com/helper-element-tag.gif" />
2524
<h4>1.2、属性提示</h4>
26-
<img src="https://www.80fight.cn/helper/element-ui-attr.gif" />
27-
<h4>1.3、属性值提示</h4>
28-
<img src="https://www.80fight.cn/helper/element-plus-attribute-value.gif" />
29-
<h4>1.4、文档查看,官网跳转</h4>
30-
<img src="https://www.80fight.cn/helper/element-ui-document.gif" />
25+
<img src="https://common.xxpie.com/helper-attr.gif" />
26+
<h4>1.3、文档查看,官网跳转</h4>
27+
<img src="https://common.xxpie.com/helper-document.gif" />
3128
<h4>2、变量、方法快速定位</h4>
3229
<p>当你还在使用vue2的时候,这个功能绝对对你有用。<br>当你在变量或者方法上按住ctrl键时,能够自动定位到相应的定义变量/方法上。</p>
33-
<img src="https://www.80fight.cn/helper/element-plus-go-definition.gif" />
30+
<img src="https://common.xxpie.com/helper-go-to-define.gif" />
3431
<h4>3、全局组件跳转</h4>
3532
<p>在工程项目中的vue文件、全局组件等外部组件都支持跳转。</p>
36-
<img src="https://www.80fight.cn/helper/element-plus-go-definition-file.gif" />
33+
<img src="https://common.xxpie.com/helper-definition-file-jump.gif" />
3734
<h4>4、扩选 [alt + x]</h4>
3835
<p>通过快捷键 [**alt + x**] 扩选代码范围,支持属性、标签、对象、函数扩选</p>
39-
<img src="https://www.80fight.cn/helper/element-plus-expand-select-tag.gif" />
40-
<h4>5、增强 [alt + shift + enter]</h4>
41-
<img src="https://www.80fight.cn/helper/element-plus-enhance-mtd.gif" />
36+
<img src="https://common.xxpie.com/helper-variable-block.gif" />
37+
<h4>5、增强 [alt + enter]</h4>
38+
<img src="https://common.xxpie.com/helper-key-value.gif" />
4239
**Enjoy it!**
4340

0 commit comments

Comments
 (0)