Skip to content
/ zeppx Public

A compiler tool for Zepp platform, using jsx.

License

Notifications You must be signed in to change notification settings

Lisk809/zeppx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeppX

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

Config

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

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

About

A compiler tool for Zepp platform, using jsx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published