feat: debut d'un front vue.js + ajout de cursorrules
This commit is contained in:
parent
ca9a74fe69
commit
bee8572dc5
13
templates/vue/index.html.twig
Normal file
13
templates/vue/index.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vue App</title>
|
||||
{{ encore_entry_link_tags('vue-app') }}
|
||||
</head>
|
||||
<body>
|
||||
<div id="vue-app"></div>
|
||||
{{ encore_entry_script_tags('vue-app') }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user