feather-client-vue
This library provides a fully-featured authentication form (sign-in, sign-up, and password-resets) as a single Vue component. Under the hood, this library wraps the feather-client-js library. If you like to build your own custom authentication forms, please checkout that library as well.
Have any questions? We're hanging out on Discord 👋
Install
$ npm install feather-client-vue --save# or $ yarn add feather-client-vue
Usage
;; // your App, which has an element with id="app";; VueconfigproductionTip = false; Vue; const feather = ; feather ;