0.0.4 • Published 3 years ago

@projectrebel/vueless v0.0.4

Weekly downloads
94
License
MIT
Repository
github
Last release
3 years ago

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.