UNPKG

zoro-cli

Version:

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

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