Creating vite vue ts template: Setup pre-commit.ci

imomaliev

Sardorbek Imomaliev

Posted on July 28, 2021

Creating vite vue ts template: Setup pre-commit.ci

Configure pre-commit.ci

  1. Open https://pre-commit.ci
  2. Sign in
  3. Add an installation
  4. Select project Authorize project
  5. Add badge to the top of README.md

    [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/imomaliev/vue-ts/main.svg)](https://results.pre-commit.ci/latest/github/imomaliev/vue-ts/main
    
  6. git add -u

  7. git commit -m 'add pre-commit.ci badge'

Links

Project

GitHub logo imomaliev / vue-ts

Vite + Vue + TypeScript template

💖 💪 🙅 🚩
imomaliev
Sardorbek Imomaliev

Posted on July 28, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related