xtc-cli 是 xtc前端框架的命令行工具,大多数命令都是交互式的。安装: 使用 npm install -g xtc-cli
安装 xtc,并使用 generator-xtc
设置项目。首先,更改为所需的目录,然后使用 xtc install
列出可用命令。
xtc help 输出命令帮助信息:
-
Usage:
xtc [
] [command] -
Commands:
-
help [command]: 显示详细的使用信息,如
xtc help build
-
start [options]: 启动 xtc 服务器。使用
-p [number]
来指定端口。 -
build [options]: 开始构建前端项目。
暂无评论