Skip to content

Vuefinder is a file manager component for vuejs

License

Notifications You must be signed in to change notification settings

kangangga/vuefinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Vuefinder is a file manager component for vuejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 89.7%
  • JavaScript 5.8%
  • SCSS 4.5%