Skip to content

Files

Latest commit

2f08067 · Apr 7, 2025

History

History

web-pkg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 7, 2025
Apr 3, 2025
Apr 3, 2025
Apr 8, 2021
Oct 11, 2024
Apr 3, 2025
Apr 19, 2024
Oct 11, 2024
Mar 20, 2025
May 22, 2024

web-pkg

web-pkg is a package that provides utilities, most importantly a variety of components and composables, that can be useful when developing apps and extensions for ownCloud Web.

Installation

Depending on your package manager, run one of the following commands:

$ npm install @ownclouders/web-pkg --save-dev

$ pnpm add -D @ownclouders/web-pkg

$ yarn add @ownclouders/web-pkg --dev

It's recommended to install this package as a dev dependency because it's only really needed for providing autocompletion in your IDE and unit tests. In a runtime context, the ownCloud Web runtime provides the actual implementation.