vue3-prlx
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

vue3-prlx

This is a package created to practice building Vue TypeScript packages with Vite.

this is the vue 3 version of (https://github.com/gerasimvol/vue-prlx)

🛠 Install

npm i vue3-prlx
yarn add vue3-prlx

🔌 Initialization

import { createApp } from "vue";

// As a plugin
import { VuePrlx } from "vue3-prlx";

const app = createApp(App)

app.use(VuePrlx);

// Or as a directive
import { VuePrlxDirective } from 'vue-prlx'

app.directive('prlx', VuePrlxDirective);

/vue3-prlx/

    Package Sidebar

    Install

    npm i vue3-prlx

    Weekly Downloads

    57

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    8.78 kB

    Total Files

    8

    Last publish

    Collaborators

    • a-behairi