UNPKG

fe-core-cli

Version:

All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node

10 lines (9 loc) 314 B
// 本地环境配置 module.exports = { title: 'vue-h5-template', baseUrl: 'http://localhost:9020', // 项目地址 baseApi: '/open-mission', // 本地api请求地址,注意:如果你使用了代理,请设置成'/' APPID: 'xxx', APPSECRET: 'xxx', $cdn: 'https://www.sunniejs.cn/static' }