This commit is contained in:
USER-20220102CG\noblelift
2023-08-23 09:02:28 +08:00
parent fbb899629c
commit 758423c75a
2622 changed files with 512 additions and 132338 deletions

View File

@@ -0,0 +1,7 @@
const viewGenerator = require('./plop-templates/view/prompt')
const componentGenerator = require('./plop-templates/component/prompt')
module.exports = function(plop) {
plop.setGenerator('view', viewGenerator)
plop.setGenerator('component', componentGenerator)
}