I vue according to Wechat chat a set of pages, I and the local compilation of the basic communication of express+socket.io, the two will not be how to merge together, ask for help

Code written according to a new js file created by express,
express here is the request for road strength

app.get ("*", function (req, res) {

)
// 
res.sendFile(__dirname+"/view/1.html")

})

how to request a path in vue?
or just put the js under the same level of index.html, and then modify the road strength? Can anyone know the guidance?
is how to merge. Read
var router = express.Router ();
/ / written by netizens for static entry
router.get ("/", function (req, res, next) {
req.url =". / index.html";
next ();
});
/ / declare static resource address
app.use (express.static (". / dist"));-
app.use (router);

).

under the guidance of the Great God

Mar.28,2021
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-7b03d8-15d9d.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-7b03d8-15d9d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?