How does Vue-cli2.9X 's project make web pages static?

problem description

The

project is based on webpack. The Vue2.9.X project has now been completed. Today, the boss said that the web page needs to be static.
emmmmm Baidu Google doesn"t work well at this time.
1. There is an introduction to using vuepress. Yeah! It is found that all kinds of errors are not reported
2. Then I took a look at using Nuxt.js and found that the migration project is a big trouble and the cost is too high

I would like to ask if the bosses have any solutions.

Jun.17,2022

No, rewrite


you can consider changing the page interface, packaging a single page into multiple pages, and then pre-rendering each page, which is very much like a static page with no excessive cost.
pre-dye plugin, see https://github.com/chrisvfrit...

Menu