awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
antfu avatar

antfu/vitesse

0
View on GitHub↗
9,425 stars·959 forks·TypeScript·MIT·13 vuesvitesse.netlify.app↗

Vitesse

Vitesse is a pre-configured starter template for building Vue applications with Vite and TypeScript. It functions as a static site generator and a progressive web app scaffold, providing a standardized development environment for web projects.

The project distinguishes itself through a file-based routing system that automatically maps application routes based on the project folder structure. It employs an atomic CSS framework to generate on-demand utility classes for performant stylesheets and an automated component injection mechanism to remove repetitive import statements.

The toolkit covers a broad range of capabilities, including type-safe global state management, internationalization for multi-language support, and the compilation of markdown files into UI components. It also incorporates universal icon set integration, reusable page layouts, and automated unit and end-to-end testing.

The project includes configurations for production bundle compilation, static site generation, and containerization support.

Features

  • Vite Build Pipelines - Provides a high-performance development environment and production pipeline powered by Vite.
  • Vue Starter Templates - Provides a comprehensive starter template for building Vue applications with Vite and TypeScript.
  • Build Toolchains - Orchestrates a standardized development and deployment pipeline using a curated set of Vite plugins and build scripts.
  • Vue Scaffolds - Offers a pre-configured starter template with best practices to bootstrap new Vue applications quickly.
  • File-Based Routing Systems - Provides a routing system that automatically maps the project folder structure to application views.
  • File-System Routing - Automatically maps the project's physical folder structure to application navigation routes.
  • Static Site Generation - Pre-renders application routes into static HTML files at build time to improve SEO and load speed.
  • Static Site Generators - Functions as a static site generator by pre-rendering Vue pages into optimized HTML files.
  • Filesystem-Based Route Mappings - Automates the mapping of application routes based on the physical source file hierarchy.
  • Vue Component Converters - Compiles markdown files directly into Vue components to render documentation as interactive UI.
  • Component Imports - Provides build-time automation to detect and import UI components, eliminating the need for manual import statements.
  • Automatic Component Imports - Automatically injects common components and functions to remove repetitive manual import statements.
  • Internationalization Support - Includes internationalization patterns and utilities to adapt application content for different locales.
  • Progressive Web App Templates - Ships a project scaffold with pre-configured service workers and manifests for offline PWA usage.
  • Type-Safe State Management - Implements a reactive global store with TypeScript to ensure type-safe data synchronization across components.
  • CSS Utility Classes - Uses a utility-first styling approach with atomic CSS classes to maintain a small and consistent stylesheet.
  • Internationalization Frameworks - Implements a system for translating and managing application content across multiple languages.
  • Markdown Renderers - Renders markdown files as viewable components with built-in syntax highlighting for code blocks.
  • Atomic CSS Generators - Generates a minimal, performant CSS bundle by scanning source code for atomic utility classes during the build process.
  • Production Asset Bundlers - Compiles the application into optimized static files ready for deployment to a web server.
  • Progressive Web App Utilities - Provides pre-configured service workers and manifest files to enable offline usage and app installation.
  • Starter Templates - Full-featured Vue 3 starter with modern tooling and defaults.
  • Vue Templates - Opinionated, feature-rich starter template for Vue 3.

Historique des stars

Graphique de l'historique des stars pour antfu/vitesseGraphique de l'historique des stars pour antfu/vitesse

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Vitesse

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Vitesse.
  • dishait/tov-templateAvatar de dishait

    dishait/tov-template

    974Voir sur GitHub↗

    This project is a comprehensive TypeScript-based boilerplate designed to accelerate the development of Vue 3 web applications. It provides a pre-configured foundation that integrates essential build tools, routing, and state management, ensuring a consistent architectural pattern across the entire codebase. By enforcing strict type safety and standardized coding practices, it serves as a starting point for building scalable and maintainable frontend projects. The framework distinguishes itself through extensive automation and modularity. It features an auto-importing system for components and

    TypeScriptmodernstartertemplate
    Voir sur GitHub↗974
  • nuxt/nuxt.jsAvatar de nuxt

    nuxt/nuxt.js

    60,458Voir sur GitHub↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    TypeScript
    Voir sur GitHub↗60,458
  • vuecomponent/ant-design-vue-proAvatar de vueComponent

    vueComponent/ant-design-vue-pro

    10,937Voir sur GitHub↗

    This project is an enterprise-grade admin dashboard boilerplate and starter kit built on Ant Design Vue. It provides a complete administrative interface with pre-designed pages, navigation patterns, and a professional design system to accelerate the development of business applications. The toolkit features a centralized visual theme configuration system for modifying style variables to meet specific brand requirements. It also includes a multi-language interface system for internationalization and a dedicated development kit for mocking API data using local JSON files. The scaffolding cover

    Vueadminant-designantd
    Voir sur GitHub↗10,937
  • zeit/next.jsAvatar de zeit

    zeit/next.js

    140,086Voir sur GitHub↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    JavaScript
    Voir sur GitHub↗140,086
Voir les 30 alternatives à Vitesse→

Questions fréquentes

Que fait antfu/vitesse ?

Vitesse is a pre-configured starter template for building Vue applications with Vite and TypeScript. It functions as a static site generator and a progressive web app scaffold, providing a standardized development environment for web projects.

Quelles sont les fonctionnalités principales de antfu/vitesse ?

Les fonctionnalités principales de antfu/vitesse sont : Vite Build Pipelines, Vue Starter Templates, Build Toolchains, Vue Scaffolds, File-Based Routing Systems, File-System Routing, Static Site Generation, Static Site Generators.

Quelles sont les alternatives open-source à antfu/vitesse ?

Les alternatives open-source à antfu/vitesse incluent : dishait/tov-template — This project is a comprehensive TypeScript-based boilerplate designed to accelerate the development of Vue 3 web… nuxt/nuxt.js — Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that… vuecomponent/ant-design-vue-pro — This project is an enterprise-grade admin dashboard boilerplate and starter kit built on Ant Design Vue. It provides a… zeit/next.js — Next.js is a full stack web framework designed for building applications with React. It functions as a React web… gatsbyjs/gatsby — Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering… nuxt/framework — Old repo of Nuxt 3 framework, now on nuxt/nuxt.