1 Star 0 Fork 13

zing / fiy-ui

forked from lanyulei / fiy-ui 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
plopfile.js 379 Bytes
Copy Edit Raw Blame History
Mr. Lan authored 2021-01-08 01:43 . first commit
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/zing-dev/fiy-ui.git
git@gitee.com:zing-dev/fiy-ui.git
zing-dev
fiy-ui
fiy-ui
master

Search