2.0.0 • Published 4 years ago
oe-master v2.0.0
OE Master
Attention
Use single tag element carefully .
<!-- fine -->
<br />
<img />
<input />
<a href="google.com"></a>
<!-- wrong -->
<a href="google.com" />Description
This is a tool box for OnlineEditor . It provides some commandline tools to handle vue template and json file .
Available tools are:
vue:
- AddSavingAttributes . Add auto-save attributes to original vue template without auto-save feature .
- BindKeys . Analyze
titleto bind keys to vue template . 60% hit ratio . - Fix abbreviated value of
select.
json:
- CheckJson . Check if the json file is with error . Missing
rule,posorcontent. Also check repetitive keys . - AddSummaryKeys. Add summary keys to split-field and multiple-line items.
- Translate old json (with 'part' keys) to new json (without 'part' key)
- Set all rules to populate filter like g28Value .
structure:
- Generate Vue component and static files by a form name . @/handlers/crawlerHandlers/ConvertPdfToVue.md
developing more ... comming soon .
Installation
npm install -g oe-master
// or you are using yarn
yarn global add oe-masterHow to use
生成vue模板
直接运行,不需要其他参数
oe-master处理某个特定的文件比如要处理json或者已有的vue模板
需要用entry参数来指定要处理的文件
entry=./g28.vue oe-master
entry can be :
- a file path .
- a directory contains vue or json files.
Interactive command , no documents needed.
Screenshots

2.0.0
4 years ago
1.4.4
4 years ago
1.4.3
4 years ago
1.4.2
4 years ago
1.4.1
4 years ago
1.4.0
4 years ago
1.3.0
4 years ago
1.1.17
5 years ago
1.1.16
5 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.1.12
5 years ago
1.1.11
5 years ago
1.1.10
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.1
6 years ago
1.1.2
6 years ago
1.1.0
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago