1.0.0 • Published 7 years ago
parcel-preact-ts v1.0.0
TEMP CLI
TEMP CLI是基于parcel+preact+typescript框架的快速构建工具,能快速搭建一个支持自定义配置的框架结构。
使用指南
安装
npm install parcel-preact-ts -g使用
初始化项目结构,创建工程目录
temp init创建新模块
cd <projectName>
temp new <newModuleName>启动模块
temp start <newModuleName>构建模块
temp build <newModuleName>指定目录上传
temp upload <fileName>1.0.0
7 years ago