cc-esbuild-vue/{{cookiecutter.folder_name}}/{{cookiecutter.output_folder_name}}/index.html
2021-12-03 17:54:08 +01:00

18 lines
410 B
HTML

<!doctype html>
<html lang="de">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ cookiecutter.main_component_name }}</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="app.css" rel="stylesheet">
<style>
[v-cloak] { display: none; }
</style>
<div id="app" v-cloak></div>
<script src="app.js"></script>
</html>