'Editing vue production files in readable format
I need to be able to edit vue build files in production. Its faster to modify production files on fly instead of finding right version of productioncode, changing it, building it and then deploying.
I tried prevent vue-cli and webpack to bundle it but that didnt work.
Problem is that vue build is not much readable to change. Is there any way to have build files in more readable format?
Solution 1:[1]
This is not a great idea. But if you need to, I would recommend petite-vue.
Or check out Vue's dokumentation on using it without build tools
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
