simple-file-manager-vue

0.1.0 • Public • Published

simple-file-manager-vue

This is a simple file manager for personal usage, it's just like some other file manager as the followings:

But it's build from scratch using ant-design-vue and vue-context. You can preview its appearence on https://liudonghua123.github.io/simple-file-manager-vue/

How to use it

  1. yarn add simple-file-manager-vue

  2. use the component like this

     import SimpleFileManager from "simple-file-manager-vue";
     // register SimpleFileManager component in components of vue
     // add the following in template
     <simple-file-manager-vue
       :uploadEnable="uploadEnable"
       :showFilesInNavigationTree="showFilesInNavigationTree"
       :showFilesInContentView="showFilesInContentView"
       @fileOperation="handleFileOperation"
     />

see more details in example.

License

MIT License

Copyright (c) 2020 liudonghua

Readme

Keywords

none

Package Sidebar

Install

npm i simple-file-manager-vue

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

1.44 MB

Total Files

16

Last publish

Collaborators

  • liudonghua123