Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
plopfile.js 267 Bytes
Copy Edit Raw Blame History
Elune authored 2019-11-20 21:12 . vue cli3 改造完成
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)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化