Install Vue file manager

The Vue file manager is based on the Flmngr NPM package. At this moment, it simply reexports everything from the original package, but in the future, it will have specific features related to Vue.

We recommend you start with this derivative package if you need to implement a file manager in your Vue app.

Get the NPM package

The first step is to download the NPM package into your app. Go into your project and run there in the console:

Using NPM:

npm i --save @flmngr/flmngr-vue

Using Yarn:

yarn add @flmngr/flmngr-vue

Install the backend

You also need to install the file manager backend somewhere on your server.

What's next

Please refer to the original Flmngr NPM package documentation to do anything with this Vue integration.