Skip to content

projectrebel/vueless

Repository files navigation

image

A renderless component library for Vue 3

Intro!

Installation

Install!

npm install @projectrebel/vueless

import Vueless from '@projectrebel/vueless';
Vue.use(Vueless);

or

import { PasswordComplexity } from '@projectrebel/vueless';
...
components: {
    PasswordComplexity
}

License

Vueless is open-sourced software licensed under the MIT license.