1.0.0 • Published 3 years ago

@iuap-data/analytic-boilerplate v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.jswebpack.prod.js 配置,对默认配置进行merge操作。