Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
/ vue-popperjs Public archive

An unofficial vue wrapper for >= popper.js@2.0.

Notifications You must be signed in to change notification settings

Crowd9/vue-popperjs

Repository files navigation

vue-popperjs

Vue wrapper around Popper.

important note: Popper is not a tooltip library, it's a positioning engine to be used to build features such as (but not restricted to) tooltips.

Install

via package managers

npm i vue-popperjs

# With Yarn
yarn add vue-popperjs

Development setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.