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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/TypeScript-Vue-StarterArchived

0
View on GitHub↗
4,424 stars·577 forks·JavaScript·MIT·6 vues

TypeScript Vue Starter

TypeScript-Vue-Starter is a pre-configured project template and starter kit designed for building web applications using Vue and TypeScript. It provides a structural foundation for creating type-safe user interface environments through integrated project scaffolding and boilerplates.

The project distinguishes itself by integrating TypeScript class decorators with Vue components, allowing for a structured approach to defining component data and properties. This setup supports single-file components that combine markup, styling, and logic into modular, type-checked units.

The environment includes automated build pipelines and asset bundling to transform strongly typed source code into distributable JavaScript. These tools manage the compilation process and encapsulate reusable interface elements for execution in web browsers.

Features

  • Project Scaffolding Templates - Provides a pre-configured directory structure and configuration files to standardize the initial development environment.
  • Frontend Starter Kits - Provides a collection of bundled assets and configuration settings to accelerate the setup of typed web projects.
  • Class-Based Components - Implements a structured development experience by defining Vue components as TypeScript classes with decorators.
  • Single File Components - Uses an architecture that combines HTML templates, CSS styles, and TypeScript logic into single files.
  • Project Scaffolders - Generates the initial project boilerplate and directory structure needed to start a modern web application.
  • Frontend Development - Enables building modular and reusable interface elements by combining markup, styles, and logic.
  • Type-Safe UI Frameworks - Integrates TypeScript class decorators with Vue components to create a type-safe development environment.
  • Vue Starter Templates - Ships a pre-configured project blueprint and boilerplate specifically for Vue.js and TypeScript applications.
  • Vue TypeScript Integrations - Integrates TypeScript with the Vue.js framework to provide improved type safety and tooling.
  • Asset Bundling - Packages source files into a distributable format using a module bundler for efficient browser execution.
  • TypeScript Bundling - Configures automated scripts to compile TypeScript code and package assets for browser execution.
  • Module Bundling - Packages source files and dependencies into a single distributable JavaScript bundle for browser loading.
  • TypeScript Compilers - Transforms strongly typed TypeScript source code into standard JavaScript for execution in web browsers.
  • Component-Based Encapsulations - Encapsulates display and behavior into discrete, reusable units to isolate logic and styling.
  • Project Starters - Official starter template for Vue applications.

Historique des stars

Graphique de l'historique des stars pour microsoft/typescript-vue-starterGraphique de l'historique des stars pour microsoft/typescript-vue-starter

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

Collections incluant TypeScript Vue Starter

Sélections manuelles où TypeScript Vue Starter apparaît.
  • un template de démarrage pour Vue 3 avec TypeScript

Alternatives open source à TypeScript Vue Starter

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec TypeScript Vue Starter.
  • vugu/vuguAvatar de vugu

    vugu/vugu

    5,000Voir sur GitHub↗

    Vugu is a Go WebAssembly UI library and framework used to build type-safe, component-based single-page applications. It functions as a single-file component framework that bundles markup, styles, and logic into modular units, utilizing a virtual DOM engine to synchronize state changes with the browser output. The project features a Go component generator that converts custom UI templates into executable Go source code at compile time. It distinguishes itself through a WebAssembly-based runtime that executes application logic as a compiled binary in the browser and a server-side rendering tool

    Goframeworkgogui
    Voir sur GitHub↗5,000
  • kaorun343/vue-property-decoratorAvatar de kaorun343

    kaorun343/vue-property-decorator

    5,473Voir sur GitHub↗

    This project is a TypeScript-driven toolkit that provides decorators and class-based structures for building Vue.js components. It acts as a wrapper that replaces the standard options API object configuration with a class-based library, allowing developers to define component logic, state, and metadata using typed properties. The toolkit focuses on using TypeScript decorators to map class properties to component options such as props, models, and watchers. It enables type-driven prop validation and provides a structured syntax for managing reactive state synchronization and component communic

    TypeScriptdecoratorstypescriptvue
    Voir sur GitHub↗5,473
  • didi/mpxAvatar de didi

    didi/mpx

    3,905Voir sur GitHub↗

    MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p

    JavaScript
    Voir sur GitHub↗3,905
  • bailicangdu/vue2-happyfriAvatar de bailicangdu

    bailicangdu/vue2-happyfri

    10,538Voir sur GitHub↗

    vue2-happyfri is a frontend development starter kit and application template for the Vue 2 framework. It provides a foundational codebase designed for learning and implementing the core ecosystem of Vue.js. The project serves as a reference implementation for building single-page applications by combining Vue.js with Vue Router for navigation setup and Vuex for state management examples. It demonstrates how to map URL paths to page components and maintain consistent application state across multiple components. The codebase covers high-level capabilities including client-side routing and cen

    JavaScriptvue
    Voir sur GitHub↗10,538
Voir les 30 alternatives à TypeScript Vue Starter→

Questions fréquentes

Que fait microsoft/typescript-vue-starter ?

TypeScript-Vue-Starter is a pre-configured project template and starter kit designed for building web applications using Vue and TypeScript. It provides a structural foundation for creating type-safe user interface environments through integrated project scaffolding and boilerplates.

Quelles sont les fonctionnalités principales de microsoft/typescript-vue-starter ?

Les fonctionnalités principales de microsoft/typescript-vue-starter sont : Project Scaffolding Templates, Frontend Starter Kits, Class-Based Components, Single File Components, Project Scaffolders, Frontend Development, Type-Safe UI Frameworks, Vue Starter Templates.

Quelles sont les alternatives open-source à microsoft/typescript-vue-starter ?

Les alternatives open-source à microsoft/typescript-vue-starter incluent : kaorun343/vue-property-decorator — This project is a TypeScript-driven toolkit that provides decorators and class-based structures for building Vue.js… vugu/vugu — Vugu is a Go WebAssembly UI library and framework used to build type-safe, component-based single-page applications.… vuejs/vue-class-component — This library provides a structural pattern for building user interface components using ES6 classes and decorators. It… bailicangdu/vue2-happyfri — vue2-happyfri is a frontend development starter kit and application template for the Vue 2 framework. It provides a… didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… developit/preact-cli — preact-cli is a command line interface and build pipeline for initializing, developing, and deploying Preact…