ttpm
v1.0.1
Published
Create project
Downloads
3
Readme
tpm项目构建工具
==================
安装
npm install tpm
快速构建项目
- 安装成功后在项目目录运行
tpm
打包工具选择
grunt
grunt demo
—— 运行demo http://127.0.0.1:5888/demo/index.htmlgrunt build
—— 打包压缩grunt watch
—— 监听动态编译文件,如less ,scssgrunt jsdoc
—— 生成jsdoc 查看地址http://127.0.0.1:5888/demo/doc/index.html
gulp
gulp demo
—— 运行demo http://127.0.0.1:5888/demo/index.htmlgulp watch
—— 监听动态编译文件,如less ,scssgulp jsdoc
—— 生成jsdoc 查看地址http://127.0.0.1:5888/demo/doc/index.htmlgulp
—— 全部打包