Skip to content
Snippets Groups Projects
Verified Commit 0e51fb09 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Add README note about dependencies

parent 14ea619b
Branches
Tags
1 merge request!7Add external dependencies as peer dependencies
Pipeline #23918 passed
...@@ -4,6 +4,17 @@ The Funkwhale design component library is a collection of reusable UI components ...@@ -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. 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 ## Contribute to development
This project welcomes contributions! To get started make sure you have the following: This project welcomes contributions! To get started make sure you have the following:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment