0.0.1 • Published 10 years ago

another v0.0.1

Weekly downloads
11
License
-
Repository
-
Last release
10 years ago

Umi (うみ)

Build tool for seajs.

还在开发中


Install

$ npm install umi -g

Feature

  • 支持源码为 commonjs 的包的构建
  • 支持多种包管理工具 component,bower,spm,可适配
  • 构建生成后的文件为 CMD 模块
  • 使用 gulp 构建文件
  • 可选择构建模式
    • default 只生成本模块的文件
    • all 生成的文件包括所有的依赖
    • standalone 生成的文件除了 all 以外还包括 seajs,并运行入口文件
  • 支持各种预处理工具(包括但不限于 less、sass、stylus、coffee、handlebars)
  • 可使用 gulp 快速自定义构建

Usage