UNPKG

generator-tbc

Version:
27 lines (16 loc) 581 B
TBC Generator ============================= 这是 TBC 的一个辅助工具,可以帮你快速创建组件目录,帮你打包发布。 安装 TBC Generator ------------------------------- ------------------------------- 1. 安装 yeoman:`npm install yo grunt-cli -g`; 2. 安装 TBC Generator:`npm install generator-tbc -g` 使用 TBC Generator: ------------------------------ ------------------------------ 创建应用:`yo tbc` 查看帮助:`yo tbc:help` 打包应用:`grunt` or `grunt watch` 发布应用:`grunt publish` 安装依赖模块:`npm i`