add 项目搭建

This commit is contained in:
周俊杰
2024-02-27 17:20:07 +08:00
commit e2b03e5ddf
1473 changed files with 145315 additions and 0 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)
}