/vuefinder

Vuefinder is a file manager component for vuejs

Primary LanguageVueMIT LicenseMIT

Vuefinder File Manager

Readme in progress..

The project is also still in its early stages.

List of dependencies:

  • @fortawesome/fontawesome-svg-core,
  • @fortawesome/free-solid-svg-icons,
  • @fortawesome/vue-fontawesome,
  • axios,
  • date-fns/format,
  • dragselect,
  • vue

Installation

npm install vuefinder

Usage

    import Vue from 'vue';
    import vuefinder from 'vuefinder/src/Finder.vue';

    Vue.component('vuefinder', vuefinder);

    var app = new Vue({
        el: '#app'
    });

When you register the sfc component it will be available as simple as the code below.

<div id="app">
    <vuefinder url="vuefinder" ></vuefinder>
</div>

Server-Side php library

vuefinder-php // still in progress..

Meanwhile the project screenshot:

vuefinder ss

and youtube video of first version

Vuefinder Demo

So..

Let me hear what do you think of the project?