2.0.0 • Published 3 years ago

oe-master v2.0.0

Weekly downloads
31
License
MIT
Repository
-
Last release
3 years ago

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 title to 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 , pos or content . 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-master

How 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

Image text

2.0.0

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.1.17

3 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago