uiuxcli
v1.0.13
Published
The command line of uiux
Downloads
14
Readme
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
use
option indev
command 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
ver
command to get current version ofuiuxcli
- upgrade
uiuxtest
anduiuxloader
to latest version - add
excludes
option indev
command, addport
option intest
command - add the timer to monitor the cost when starting services in
debug.html
- fix some bugs.
1.0.10
add
mode
option 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
dev
command, rather than generate a new one.
1.0.9
add proj
command
uiux proj --add <proj name> [source repo path]