Skip to content

A-Behairi/vue3-prlx

Repository files navigation

vue3-prlx

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

🛠 Install

npm i vue3-prlx
yarn add vue3-prlx

🔌 Initialization

import App from "./App.vue";
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 'vue3-prlx'

app.directive('prlx', VuePrlxDirective);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published