2.4.0 • Published 5 months ago

@opencloud-eu/web-pkg v2.4.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
5 months ago

web-pkg

Matrix

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 OpenCloud Web.

Installation

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

$ npm install @opencloud-eu/web-pkg --save-dev

$ pnpm add -D @opencloud-eu/web-pkg

$ yarn add @opencloud-eu/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 OpenCloud Web runtime provides the actual implementation.