436 Star 2.4K Fork 879

Gitee 极速下载 / vue-element-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/PanJiaChen/vue-element-admin
克隆/下载
plopfile.js 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
monkeycf 提交于 2019-12-04 10:34 . feat: plop new generate store (#2805)
const viewGenerator = require('./plop-templates/view/prompt')
const componentGenerator = require('./plop-templates/component/prompt')
const storeGenerator = require('./plop-templates/store/prompt.js')
module.exports = function(plop) {
plop.setGenerator('view', viewGenerator)
plop.setGenerator('component', componentGenerator)
plop.setGenerator('store', storeGenerator)
}
JavaScript
1
https://gitee.com/mirrors/vue-element-admin.git
git@gitee.com:mirrors/vue-element-admin.git
mirrors
vue-element-admin
vue-element-admin
master

搜索帮助