Intro!
Install!
npm install @projectrebel/vueless
import Vueless from '@projectrebel/vueless';
Vue.use(Vueless);
or
import { PasswordComplexity } from '@projectrebel/vueless';
...
components: {
PasswordComplexity
}
Vueless is open-sourced software licensed under the MIT license.