first commit
This commit is contained in:
6
bin/service-code-generation/config/index.js
Normal file
6
bin/service-code-generation/config/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
// 需要被监听的api地址路径
|
||||
apiListPath: "F:\\desktop\\vue-class-api-tsx\\src\\core\\config\\configure.config.ts",
|
||||
// 生成的service层代码存放路径
|
||||
outPutServicePath: "F:\\desktop\\vue-class-api-tsx\\src\\core\\service"
|
||||
}
|
||||
Reference in New Issue
Block a user