Skip to content
Mekatrol edited this page Jun 7, 2024 · 5 revisions

vue-boosted

Description

Vue.js (TypeScript) accessible (a11y), testable (UI automation) Vue component and utilities library.

We had the need to use a set of components that are WCAG 2.0 AA compliant and are also fully testable through automation. This library provides those features within a Vue JS 3+ project.

Overview

View the library overview page for a list of components and composables.

Install

Just run the following from within you Vue JS project. TypeScript types included!

npm i vue-boosted

Source Code

All source code is available at vue-boosted on GitHub.

Clone this wiki locally