收藏
回答

关于基于 @vue/cli 创建的项目问题?

转自: https://github.com/wechat-miniprogram/kbone-template-vue/issues/14

---

demo:https://github.com/Tencent/kbone/tree/develop/examples/demo4

插件:https://github.com/Tencent/kbone/tree/develop/packages/vue-cli-plugin-kbone

Originally posted by @JuneAndGreen in #13 (comment)

---

kbone/examples/demo4/vue.config.js

module.exports = {
    pages: {
        page1: 'src/page1/main.js',
        page2: {
            entry: 'src/page2/main.js',
        },
        page3: 'src/page3/main.js',
    }
}
  1. 希望在H5中是单页应用, 在小程序中是多页应用
  2. 需要自定义 app.js 和 app.wxss

基于以上两点需求该如何配置?

最后一次编辑于  2020-06-16
回答关注问题邀请回答
收藏

1 个回答

  • 发发
    发发
    2020-06-17

    你猜

    2020-06-17
    有用
    回复
登录 后发表内容
问题标签