mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-02 16:04:13 +03:00
9cfde5b550
feat: update build script chore: use jiti instead of babel-node for examples
17 lines
373 B
HTML
17 lines
373 B
HTML
<!doctype html>
|
|
<html {{ htmlAttrs }}>
|
|
<head {{ headAttrs }}>
|
|
{{ head }}
|
|
<link rel="stylesheet" href="/global.css">
|
|
</head>
|
|
<body {{ bodyAttrs }}>
|
|
<body-prepend id="body-prepend">{{ bodyPrepend }}</body-prepend>
|
|
|
|
<a href="/">← Examples index</a>
|
|
{{ app }}
|
|
|
|
<script src="/__build__/ssr.js"></script>
|
|
{{ bodyAppend }}
|
|
</body>
|
|
</html>
|