-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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-cli 3.0 怎么配置多页面 ( How to configure multiple pages on vue-cli 3.0 )? #968
Comments
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you! 你好,你的 issue 不符合我们所要求的格式,因此已被自动关闭。为了确保每个 issue 都提供必需的相关信息,请务必使用我们的 Issue 向导 来创建新 issue,谢谢! |
我也在找这个多页面的配置方法,然而并没有找到,于是自己摸索出来了。只需要修改vue.config.js文件即可,修改后文件内容如下: module.exports = { |
Should this work with historyApiFallback or am I doing something wrong? |
@giggo1604 Have you solved it ? |
@itxuye Got it working, only tested it in dev mode... https://gist.github.com/giggo1604/7eee28f4f8b56ff359bde4cadf6c3f43 additionally the base has to be set in the template files like |
What problem does this feature solve?
vue-cli 3.0 怎么配置多页面 ( How to configure multiple pages on vue-cli 3.0 )?
What does the proposed API look like?
Typescript + 多页面配置
The text was updated successfully, but these errors were encountered: