admin-dev/themes/new-theme/js/app/README.md
Here, you'll find the VueJS single app pages:
By default, it's in production. It means, these are the compiled JS files, located in /admin-dev/themes/new-theme/public/ that are served to the browser.
It you need to work on it to add some features or to debug, you need to follow these steps:
/app/config/config.yml to set twig > globals > webpack_server to trueapp:console cache:clear in the project root folder)/admin-dev/themes/new-theme/npm cinpm run start-dev-serverThen, you can edit the files and you'll see your modifications live.
When you're done, commit the files you've modified, run npm run build and then, commit the compiled assets in an independent commit.
Don't forget to reset the webpack_server parameter to false.