Page template

Create a new index.template.html file alongside index.html and copy its contents. Then, replace the body content with the special <!--vue-ssr-outlet--> comment:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fashion Store</title>
</head>
<body>
<!--vue-ssr-outlet-->
</body>
</html&gt;

This special comment will be replaced by the rendered markup on the server.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.140.186.201