feat: debut d'un front vue.js + ajout de cursorrules

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-03-24 17:04:46 +01:00
parent ca9a74fe69
commit bee8572dc5
22 changed files with 1775 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ Encore
*/
.addEntry('app', './assets/app.js')
.addEntry('react-app', './assets/react/app/index.jsx')
.addEntry('vue-app', './assets/vue/app/index.js')
// .addEntry('alpine', 'alpinejs')
// enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)
@@ -31,6 +32,7 @@ Encore
.splitEntryChunks()
.enableReactPreset()
.enableVueLoader()
// will require an extra script tag for runtime.js
// but, you probably want this, unless you're building a single-page app