How does Vue divide multiple applications and routes?

A webpack vue project generated with scaffolding is a single-page application. I think there are multiple applications in this project, that is, I want the pc version, the mobile version and the background to be in this project.
so how do you configure main, and router?
what about index.html and app.vue?

do you have any detailed articles, posts, etc., Xiaosheng would like to thank you here.


wrote a multi-page CLI of 3: https://codeshelper.com/a/11.

"

2, github search, quite a lot, the principle is similar, to dynamically find the entry file, template file


found a lot of applications about multi-page to take a look, you may need to configure some files, and you have no problem pulling

by yourself.
Menu