@upmind-automation/headless-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

Getting Started

Prerequisites

headless-vue is a collection of Vue 3 composables.

  • If you don't have a Vue 3 app, have a look at Vue Quick Start guide.

  • We also assume that you are familiar with the basic concepts of the Composition API.

Installation

npm i @upmind-automation/headless-vue

Usage simple example

Simply importing the composables (functions) you need from @upmind-automation/headless-vue.

<script setup>
import { useSession } from "@upmind-automation/headless-vue";

const { meta, errors, showLogin, verify2fa, resolve, reject } = useSession();

return {
  meta,
  errors,
  showLogin,
  showRegister,
  verify2fa,
  resolve,
  reject,
};
</script>

API Reference

Refer to all functions list for more details.

/@upmind-automation/headless-vue/

    Package Sidebar

    Install

    npm i @upmind-automation/headless-vue

    Weekly Downloads

    2

    Version

    0.0.9

    License

    UNLICENSED

    Unpacked Size

    1.52 MB

    Total Files

    53

    Last publish

    Collaborators

    • upmind-npm
    • chris_upmind
    • upmind-james