akq / uiuxcli

The command line of uiux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uiuxcli

The command line of uiux

Release Notes

1.0.13

  1. customize the rule block, use [] for the customization, 1st is the rule name, the rest is configuration
    {
        ...
        rule: [
            ['url', 'pdf']
        ]
    }
  2. add a pdf loader
    {
        ...
        rule: ['pdf']
    }
  3. debug page enhancement
  4. upgrade the webpack version

1.0.12

  1. add use option in dev command to use external ports as a dependency uiux dev --start path/branch --port 1235 --use 1233,1234 ..

1.0.11

  1. add more helper text for each option
  2. add ver command to get current version of uiuxcli
  3. upgrade uiuxtest and uiuxloader to latest version
  4. add excludes option in dev command, add port option in test command
  5. add the timer to monitor the cost when starting services in debug.html
  6. fix some bugs.

1.0.10

  1. add mode option for the command build. If ignored, it will use development mode

    production mode.

    uiux build --mode prod [source repo path]

    development mode

    uiux build [source repo path]

  2. use the ports defined in domain.js if file exists for the dev command, rather than generate a new one.

1.0.9

add proj command

uiux proj --add <proj name> [source repo path]

About

The command line of uiux

License:Apache License 2.0


Languages

Language:JavaScript 100.0%