1.1.5 • Published 2 years ago

wow-code v1.1.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

wow-code

Gnerator Vue SFC Quickly

Install

yarn global add wow-code
# or
npm install -g wow-code

CLI

# output version
wow-code -V
# generator file
wow-code g <file-path> -c <config-path>
# start GUI
wow-code ui -p <port>

Config File

the config file is JSON,which like this:

{
  "breadcrumbList": ["业务订单", "检查预约"],
  "searchList": [
    {
      "type": "input",
      "label": "姓名",
      "param": "name",
    }
  ],
  "tableList": [
    {
      "label": "姓名",
      "props": "name"
    }
  ]
}

Develop

# start GraphQL Server 
yarn install
npm link
cd ui && yarn install && yarn build
wow-code ui -p <port>

# start Vue in dev
cd ui && yarn dev
1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.0.3

2 years ago

0.1.1

2 years ago

0.0.2

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

0.0.1

3 years ago

1.0.0

3 years ago