@projectrebel/vueless
v0.0.4
Published
A renderless component library for Vue 3
Maintainers
Readme

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.
