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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufrufe

TypeScript Vue Starter

TypeScript-Vue-Starter ist eine vorkonfigurierte Projektvorlage und ein Starter-Kit, das für den Aufbau von Webanwendungen mit Vue und TypeScript entwickelt wurde. Es bietet ein strukturelles Fundament für die Erstellung typsicherer Benutzeroberflächenumgebungen durch integriertes Projekt-Scaffolding und Boilerplates.

Das Projekt zeichnet sich durch die Integration von TypeScript-Klassendekoratoren mit Vue-Komponenten aus, was einen strukturierten Ansatz zur Definition von Komponentendaten und -eigenschaften ermöglicht. Dieses Setup unterstützt Single-File-Components, die Markup, Styling und Logik in modulare, typgeprüfte Einheiten kombinieren.

Die Umgebung umfasst automatisierte Build-Pipelines und Asset-Bundling, um stark typisierten Quellcode in verteilbares JavaScript umzuwandeln. Diese Tools verwalten den Kompilierungsprozess und kapseln wiederverwendbare Interface-Elemente für die Ausführung in Webbrowsern.

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.

Star-Verlauf

Star-Verlauf für microsoft/typescript-vue-starterStar-Verlauf für microsoft/typescript-vue-starter

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit TypeScript Vue Starter

Handverlesene Sammlungen, in denen TypeScript Vue Starter vorkommt.
  • Starter-Template für Vue 3 mit TypeScript

Häufig gestellte Fragen

Was macht microsoft/typescript-vue-starter?

TypeScript-Vue-Starter ist eine vorkonfigurierte Projektvorlage und ein Starter-Kit, das für den Aufbau von Webanwendungen mit Vue und TypeScript entwickelt wurde. Es bietet ein strukturelles Fundament für die Erstellung typsicherer Benutzeroberflächenumgebungen durch integriertes Projekt-Scaffolding und Boilerplates.

Was sind die Hauptfunktionen von microsoft/typescript-vue-starter?

Die Hauptfunktionen von microsoft/typescript-vue-starter sind: Project Scaffolding Templates, Frontend Starter Kits, Class-Based Components, Single File Components, Project Scaffolders, Frontend Development, Type-Safe UI Frameworks, Vue Starter Templates.

Welche Open-Source-Alternativen gibt es zu microsoft/typescript-vue-starter?

Open-Source-Alternativen zu microsoft/typescript-vue-starter sind unter anderem: 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…

Open-Source-Alternativen zu TypeScript Vue Starter

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit TypeScript Vue Starter.
  • vugu/vuguAvatar von vugu

    vugu/vugu

    5,000Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,000
  • kaorun343/vue-property-decoratorAvatar von kaorun343

    kaorun343/vue-property-decorator

    5,473Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,473
  • didi/mpxAvatar von didi

    didi/mpx

    3,905Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,905
  • bailicangdu/vue2-happyfriAvatar von bailicangdu

    bailicangdu/vue2-happyfri

    10,538Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,538
Alle 30 Alternativen zu TypeScript Vue Starter anzeigen→