@iuap-data/analytic-boilerplate
v1.0.0
Published
analytic boilerplate cli
Downloads
5
Readme
ANA-CLI
_ _ _ _ ____ _ ___
/ \ | \ | | / \ / ___| | | |_ _|
/ _ \ | \| | / _ \ _____ | | | | | |
/ ___ \ | |\ | / ___ \ |_____| | |___ | |___ | |
/_/ \_\ |_| \_| /_/ \_\ \____| |_____| |___|
Usage: ana <command>
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init|i 初始化
start|s 运行
build|b 编译
install
npm i @iuap-data/analytic-boilerplate -g
ana i
在src目录中运行
ana i
ana s
运行
ana b
编译
其它
可以在启动同级目录,增加
webpack.dev.js
与webpack.prod.js
配置,对默认配置进行merge
操作。