Vue 3 and Vite with typescript and tooling

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. See full example on repo: vue-ts-eslint-template.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. create-vue

    🛠️ The recommended way to start a Vite-powered Vue project

    Use the repo create-vue to get started, this will be the official way to set up a new Vue project with Vite in the future. After running npm init vue@next choose the options appropriate for your use case.

  4. volar

    Discontinued ⚡ Explore high-performance tooling for Vue [Moved to: https://github.com/vuejs/language-tools]

    The first step is to enable the Volar extension and disable the Vetur extension. Volar is the new recommended extension to use with Vue 3 and typescript.

  5. vetur

    Vue tooling for VS Code.

    The first step is to enable the Volar extension and disable the Vetur extension. Volar is the new recommended extension to use with Vue 3 and typescript.

  6. husky

    Git hooks made easy 🐶 woof!

    This will setup a precommit hook with husky and lint-staged.

  7. lint-staged

    🚫💩 — Run tasks like formatters and linters against staged git files

    This will setup a precommit hook with husky and lint-staged.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Configurando Prettier, ESLint y Husky en Angular

    2 projects | dev.to | 14 Oct 2024
  • Supercharge your workflow with Husky, Lint Staged and Commitlint

    2 projects | dev.to | 7 May 2024
  • How Automation Saved Me from Oops Moments: Never Skip Tests in Production Again!

    2 projects | dev.to | 6 Feb 2024
  • Pre-commit with husky & lint-staged

    2 projects | dev.to | 24 Jan 2024
  • Automating code patterns with Husky

    3 projects | dev.to | 2 Nov 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?