Vue components
This repo contains the various Vue.js components that Nextcloud uses for its internal design and structure. It provides standardized UI elements for building Nextcloud app frontends with Vue.js.
Documentation
A list of available components with examples to try out is available in the documentation.
Getting started
App example
If you want to check a real live example of a nextcloud app that uses this library, you can head over to https://github.com/skjnldsv/vueexample/ We will try to maintain this repository the best we can, but some example might be obsolete. Always check this repository documentation.
Install the library
npm i --save nextcloud-vue
Usage
To use a component, just import it:
Depending on which components you use, you might want to only import individual (separately bundled) components: