DEV Community

Cover image for Creating vite vue ts template: Create vite project
Sardorbek Imomaliev
Sardorbek Imomaliev

Posted on • Edited on

1 1

Creating vite vue ts template: Create vite project

Create vite project

  1. Create vite project from vue-ts template npm init vite@latest vite-vue-typescript-starter -- --template vue-ts
  2. Move contents of created folder into root of repo.

    $ mv vite-vue-typescript-starter/* vite-vue-typescript-starter/.gitignore .
    $ rmdir vite-vue-typescript-starter
    
  3. git add .

  4. git commit -m 'npm init vite@latest . -- --template vue-ts'

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