How to write multiple projects in vue?

companies often have some activity pages. Then there is a series of processes for filling out the form. These are all projects that need to be authorized by the official account.
does a new vue project be created every time for a project like this?
it seems that those authorization functions are interlinked
what should be done

Sep.30,2021

the most suitable thing is to abstract the common components into their own libraries and import them directly into the new project

.

if you are not bored, you can learn how to set up a template. It is faster to create a new project with a template directly through vueCli

Menu