DEV Community

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

Posted on • Edited on

1 1

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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay