Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 609 Bytes

File metadata and controls

11 lines (10 loc) · 609 Bytes

Это шаблон для проектов, основанных на Vite

Порядок установки

  • На GitHub создать новый репозиторий new_repo
  • git clone https://github.com/kottofey/ViteTemplate.git j:/new_repo
  • cd new_repo
  • git remote set-url origin https://github.com/kottofey/new_repo
  • git remote add upstream https://github.com/kottofey/ViteTemplate (Это, чтобы подтягивать изменения из оригинала шаблона в случае чего)
  • git push origin master
  • Готово! Вы прекрасны!!!