What technical framework is used for vue multi-page back-end rendering?

what technical framework is used for vue multi-page back-end rendering?

The

project is an online mall that currently uses egg.js + easywebpack, but has problems.
cannot load the complete framework compared with Nuxt.js (see the source code of the web page). Is there any other useful technical framework for
?

What do you mean by

multiple pages? Does it mean that the route is at the back end? If this is the case, it depends on what the template engine at the back end is.


nuxt actually needs to choose express or koa. At the beginning of scaffolding

egg is only a class of koa in principle

their cores are mostly vue-server-render on vue ssr

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2af8e-2ba61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2af8e-2ba61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?