UNPKG

zoro-cli

Version:

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

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