How does vue init download templates other than github?

has made a template, which is currently placed on github . Now all you need to initialize the project is vue init github username / repository name xxx .
what should I do if I want to move the warehouse to another site such as gitee.com ?

Mar.16,2021

vue-cli init has a-c option in the description

Options:

-c,-- clone use git clone

I found the

format in here , vue-init-c < host >: < userName > / < repo > < projectName > , please refer to it.

Menu