Skip to content
Snippets Groups Projects
Select Git revision
  • 903e855d90bae7e94064fde4390659cbb2b12dcd
  • master default protected
  • alc-scindage-donnees-pj
  • ll-workflow
  • b24
  • FJ_LL_Tbl_Contrat
  • php84
  • ll-rgpd
  • b23
  • alc-filtre-type-intervenant
  • ll-sans-mdb5
  • formules-ancienne-infra
  • ll-apiplatform
  • ll-formules
  • alc-intervenant-dmep
  • ll-suppr-v_vol-s
  • b20
  • ll-postgresql
  • b23.0.1
  • b22
  • Dev_UM
  • 24.6
  • 24.5
  • 24.4
  • 24.3
  • 24.2
  • 24.1
  • 24.0
  • 23.15
  • 24.0-beta19
  • 24.0-beta18
  • 24.0-beta17
  • 24.0-beta16
  • 24.0-beta15
  • 24.0-beta14
  • 24.0-beta13
  • 23.14
  • 24.0-beta12
  • 24.0-beta11
  • 24.0-beta10
  • 24.0-beta9
41 results

OSE

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • zotero-vue-client

    Project setup

    yarn install

    Compiles and hot-reloads for development

    yarn serve

    Compiles and minifies for production

    yarn build

    Lints and fixes files

    yarn lint

    component usage example

    <zotero-vue-client default-type="user" default-id="1234" @entry-selected="selectedEntryCallback"/>

    where default-type is "user" or "group" and default-id is a group or user id (https://www.zotero.org/support/dev/web_api/v3/basics)

    Another example with custom options :

    <zotero-vue-client
        default-type="user"
        default-id="475425"
        default-query="1984"
        :options="{
            pageLength: 10,
            editableConfig: false
          }"
        @entry-selected="selectedEntryCallback"/>

    selectedEntryCallback will received the selected entry as argument (in JSON format)

    Customize configuration

    See Configuration Reference.