DEV Community

Cover image for Creating vite vue ts template: Git init
Sardorbek Imomaliev
Sardorbek Imomaliev

Posted on • Updated on

Creating vite vue ts template: Git init

Creating git repo

  1. mkdir vue-ts && cd vue-ts
  2. git init
  3. git commit --allow-empty -m 'init'
  4. git remote add origin git@github.com:imomaliev/vue-ts.git
  5. git push -u origin HEAD

Links

Project

GitHub logo imomaliev / vue-ts

Vite + Vue + TypeScript template

Top comments (0)