uiuxcli
v1.1.0
Published
The command line of uiux
Readme
uiuxcli
The command line of uiux
Release Notes
1.1.0
- switch to @svgr/webpack
- debug.html rewrite
1.0.14
- if configured, the cli will not pull all branches from remote, but only from branches defined in uiDependenceis field
- support . if using the same branch
- remove the last parameter by default
- default start parameter set to the . (current branch)
- using name in package.json instead of branch name.
e.g. the previous command
uiux dev --start demo/site --port 1235 --branches usr/tmpl_xyz ..
suppose the current working diretory is demo/site, the branches dependencies are written in the uiDependencies field of demo/site/package.json, then it can be simplified to the following commands
uiux dev --start . --port 1235 --branches +
uiux dev --port 1235 --branches +
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]
