Added vue handling the information from lubimy czytac to fetch information about the books and fill in the form automatically.

This commit is contained in:
krzysiej
2022-05-27 14:04:08 +02:00
parent 120991e584
commit 507eeece9e
22 changed files with 1060 additions and 203 deletions

View File

@@ -20,8 +20,9 @@ Encore
* Each entry will result in one JavaScript file (e.g. app.js)
* and one CSS file (e.g. app.scss) if your JavaScript imports CSS.
*/
.addEntry('app', './assets/app.js')
.addEntry('files', './assets/files.js')
.addEntry('app', './assets/js/app.js')
.addEntry('files', './assets/js/files.js')
.addEntry('book', './assets/js/book.js')
// enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)
.enableStimulusBridge('./assets/controllers.json')
@@ -47,9 +48,9 @@ Encore
// enables hashed filenames (e.g. app.abc123.css)
.enableVersioning(Encore.isProduction())
.configureBabel((config) => {
config.plugins.push('@babel/plugin-proposal-class-properties');
})
// .configureBabel((config) => {
// config.plugins.push('@babel/plugin-proposal-class-properties');
// })
// enables @babel/preset-env polyfills
.configureBabelPresetEnv((config) => {