Duplicate quasar project
-
Do you Know how can I duplicate a quasar local project.
Thanks
-
What do you mean by duplicating? Isn’t just copying the whole folder of your project somewhere and renaming the folder enough? Or are you thinking of something else?
-
Just copy. For example to have two local branches but without git. And no copy of node folder
-
Forgive me but I don’t get what you want to do… ?
-
Excuse my poor explanation. I just want to do regular copies of my work advance. Is there a webpack or quasar way to do that?
Thanks
-
@alegreiff use git perhaps?
-
@alegreiff If I’m interpreting this correctly instead of using version control software, you just want to store copies of your work?
There’s no way to do this that is specific to webpack (completely irrelevant) or quasar because it’s kinda silly.
Everytime you want to make a copy:
- Create a folder
- Copy the contents of your quasar project (except the node folder) into that new folder
- ??