the back-end framework chooses Spring boot, front-end and VUE;
. I read a little blog about deployment, and basically put the static pages generated by VUE into the corresponding directory of the Spring Boot project.
be more specific: in the git repository, is it the static page that is compiled every time VUE is compiled? And overwrite it every time you modify it?
how convenient is the front end for integration testing?
when Jenkins runs a test, you usually have to push to the central warehouse first. If you don"t run the local test, isn"t it a pile of code that cannot be build in the central warehouse? Open
so what about local testing during development? Are there any best practices?