UNPKG

zoro-cli

Version:

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

11 lines (8 loc) 233 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') } }