# 自定义任务 API
- 环境
- 模板
- 样式
- 脚本
- 文件
- 缓存
- 服务
- 发布
- 其他
const api = (mix) => {
// 使用API自定义任务
};
module.exports = (balm) => {
return {
config: {}, // Your project config
api
};
};
balm.config
请参照 BalmJS 配置文档
const api = (mix) => {
// 使用API自定义任务
};
module.exports = (balm) => {
return {
config: {}, // Your project config
api
};
};
balm.config
请参照 BalmJS 配置文档