Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 347 Bytes

ZeppX

ZeppX 是一个编译工具,使zepp开发者可以使用jsx语法,并内置terser

Config

在项目目录下新建zeppx.config.js,内容实例如下:

module.exports={
  terser:{},
  compile:{}
}
interface CompileConfig{
  setLayerScrolling:boolean,
  useLogger:[boolean, string]
}