Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vue] vue-cli默认是单页面的,那要弄成多页面该怎么办呢? #360

Open
haizhilin2013 opened this issue Jun 20, 2019 · 6 comments
Labels
vue vue

Comments

@haizhilin2013
Copy link
Collaborator

[vue] vue-cli默认是单页面的,那要弄成多页面该怎么办呢?

@haizhilin2013 haizhilin2013 added the vue vue label Jun 20, 2019
@cainiao308
Copy link

创建多个app?
app =new Vue({})
app2 = new Vue({})

@ferrinweb
Copy link

iframe * n

@kissy-xxy
Copy link

pages属性设置多个页面entry&template。

@anotherten
Copy link

keep-alive

@Luckyre
Copy link

Luckyre commented Apr 6, 2021

动态获取entry和设置输出html-webpack-plugin 数量

@Susie350
Copy link

Susie350 commented Sep 3, 2021

在vue.config.js配置文件下的pages配置项中配置多个页面,每个页面有一个对应的js入口

https://cli.vuejs.org/zh/config/#pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vue vue
Projects
None yet
Development

No branches or pull requests

7 participants