-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[vue] vue-cli默认是单页面的,那要弄成多页面该怎么办呢? #360
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
Labels
vue
vue
Comments
创建多个app? |
iframe * n |
pages属性设置多个页面entry&template。 |
keep-alive |
动态获取entry和设置输出html-webpack-plugin 数量 |
在vue.config.js配置文件下的pages配置项中配置多个页面,每个页面有一个对应的js入口 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[vue] vue-cli默认是单页面的,那要弄成多页面该怎么办呢?
The text was updated successfully, but these errors were encountered: