Skip to content
/ vuefinder Public
forked from n1crack/vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.

License

Notifications You must be signed in to change notification settings

m8sa/vuefinder

Repository files navigation

Vuefinder File Manager

Readme in progress..

image image

app rebuilt to use vue 3 and tailwindcss.

dependencies :

  • Vue 3
  • Cropper : Image crop tool
  • DragSelect : Selection Utility
  • Plupload : Upload library

version 1.0 is on its way..

backend (php) : https://github.com/n1crack/vuefinder-php

current progress :

  • vue, vite, tailwind setup
  • toolbar, explorer and status
  • add modals
  • drag and mouse select support
  • view mode: list, grid
  • sorting files in list view
  • breadcrumb links
  • go up a folder when click up arrow
  • tooltips
  • context menu
  • storage/file adapter selection
  • dark mode
  • localstorage for remembering view/dark theme or file adapter
  • new folder
  • rename
  • delete
  • zip/archive
  • move
  • moving items up one folder with drag and drop
  • touch / create a file
  • unzip/unarchive
  • preview item
  • download
  • edit text file
  • image tools
  • upload
  • toggle full screen
  • toast notifications
  • search
  • multi-language (en/tr atm. will be more. PRs are welcomed.)
  • thumbnails
  • update npm package
  • validation & error messages
  • code refactoring
  • test for different adapters (especially check if zip/archive works)
  • test for different OS (windows directory seperator is different)
  • transfer items between adapters
  • documentation
  • demo pages
  • enjoy..

About

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.6%
  • JavaScript 34.6%
  • CSS 4.8%
  • Other 1.0%