Giter Club home page Giter Club logo

Comments (1)

jonaskuske avatar jonaskuske commented on May 30, 2024

Hi!
There isn't anything specific to kirbyup about using libraries, so you can follow the normal Installation / Get Started instructions of the respective package. For the library you linked to, that means:

  1. From the plugin's main directory, where composer.json and package.json are located, run npm install @hennge/vue3-pagination to download the respective package

  2. In the .vue file where you want to use the component (not index.js), add the import at the top of the <script> section:
    import VPagination from "@hennge/vue3-pagination";

  3. Then further down in the <script> section, you can register the component:

    export default {
      components: { VPagination }
    }

โš ๏ธ However, note that the library you linked to is built for Vue 3, but Kirby is using Vue 2, so the library is not compatible. You'll need a library for Vue 2, something like this: https://www.npmjs.com/package/vuejs-paginate (though I didn't try that one and can't give any recommendations here)

I'm not sure at which point exactly you are stuck, so let me know if you have further questions.

from kirbyup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.