From 0e51fb0952b4237ca9537ac61ffce38a9359c02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <sporiff@funkwhale.audio> Date: Wed, 5 Oct 2022 23:01:01 +0200 Subject: [PATCH] Add README note about dependencies --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c78fe13..108a4e3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ The Funkwhale design component library is a collection of reusable UI components Check out [the documentation](https://ui.funkwhale.audio) for information on how each component works and to see a live preview. +## Dependencies + +This library depends on the following external packages: + +- [`vue`](https://www.npmjs.com/package/vue) +- [`vue-router`](https://www.npmjs.com/package/vue-router) +- [`vue-i18n`](https://www.npmjs.com/package/vue-i18n) +- [`@vueuse/core`](https://www.npmjs.com/package/@vueuse/core) + +You must install these packages for all components to work correctly. + ## Contribute to development This project welcomes contributions! To get started make sure you have the following: -- GitLab