Skip to content

franklioxygen/air-vue

Repository files navigation

Air Vue

https://franklioxygen.github.io/air-vue/

npm NPM npm npm bundle size W3C Validation CodeFactor Grade GitHub issues

Introduction

Air Vue is a set of open source components library for Vue3.

It's light weight and implemented with Composition API

The vision of this project is to build a easy-to-use, responsive, accessible and performant UI library.

Contributions are welcomed.

Install

npm install air-vue --save

Usage

// main.js
import "air-vue/dist/style.css";
// App.vue 
// Import a Component
import { ComponentNameHere } from "air-vue";