UNPKG

zoro-cli

Version:

https://github.com/vuejs/vue-cli

18 lines (17 loc) 232 B
module.exports = ({ api, rootOptions, Types }) => { const { type, ui } = rootOptions; const { mobile, pc } = Types; if ((type === mobile || type === pc) && !ui) { api.render('./template'); } };