mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Adding example components to each
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
export let name = "Svelte";
|
||||
</script>
|
||||
|
||||
<div>Hello {name}</div>
|
||||
@@ -2,6 +2,9 @@
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Svelte\\SvelteBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"assets/": "assets/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/webpack-encore-bundle": "<2.0",
|
||||
"symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user