1.0.13 • Published 2 years ago
uiuxcli v1.0.13
uiuxcli
The command line of uiux
Release Notes
1.0.13
- customize the rule block, use [] for the customization, 1st is the rule name, the rest is configuration
{ ... rule: [ ['url', 'pdf'] ] } - add a pdf loader
{ ... rule: ['pdf'] } - debug page enhancement
- upgrade the webpack version
1.0.12
add
useoption indevcommand to use external ports as a dependencyuiux dev --start path/branch --port 1235 --use 1233,1234 ..
1.0.11
- add more helper text for each option
- add
vercommand to get current version ofuiuxcli - upgrade
uiuxtestanduiuxloaderto latest version - add
excludesoption indevcommand, addportoption intestcommand - add the timer to monitor the cost when starting services in
debug.html - fix some bugs.
1.0.10
add
modeoption for the commandbuild. If ignored, it will use development modeproduction mode.
uiux build --mode prod [source repo path]development mode
uiux build [source repo path]use the ports defined in domain.js if file exists for the
devcommand, rather than generate a new one.
1.0.9
add proj command
uiux proj --add <proj name> [source repo path]