Vite Vue Js Starter Template

screenshot of Vite Vue Js Starter Template
vite
vue
less

Vite Vue Js Starter Template

🚀 Vite5 + Vue3 + JavaScript Starter Template

Overview

The Vite5 Vue3 JavaScript Starter Template is a powerful development tool that combines the fastness of Vite 5, the flexibility of Vue 3 with Composition API and <script setup>, and the official Vue Router. It also includes Pinia, an intuitive and type-safe store for Vue, as well as TDesign, a Next Generation Vue for Web. With Less, an enhanced version of CSS, and the ability to auto import APIs and icons, this template provides a comprehensive solution for building robust web applications. It also includes various coding style tools, such as ESLint, Prettier, Stylelint, and Git Hook Tools like Husky and Lint-Staged, to ensure code standards are met.

Features

  • Vite 5: Born with fastness.
  • Vue 3: Composition API and <script setup>.
  • Vue Router: The official router for Vue.js.
  • Pinia: Intuitive, type-safe, and flexible Store for Vue.
  • TDesign: Vue Next for Web.
  • Less: It's CSS, with just a little more.
  • APIs auto importing: Use Composition API and others directly.
  • Icons auto install: Access thousands of icons as components on-demand universally.
  • Axios: Promise-based HTTP client for the browser and node.js.
  • Husky + Lint-Staged: Git Hook Tools.
  • EditorConfig + ESLint + Prettier + Stylelint: Code Standards.
  • Commitizen + Commitlint: Submit Standards.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.