autojs-template 这是一个 Auto.js Pro 项目模板。 Features es6 语法支持,得益于 babel 代码规范检查,得益于 eslint 代码压缩整合,得益于 webpack Usage 下载模板: git clone https://github.com/Coande/autojs-template.git 安装依赖 npm install 开始开发 npm run dev 尝试修改 src/main.js,会实时生成目标文件到 dist/。 配合 Auto.js 的 VSCode 插件进行调试