vue-filemanager icon indicating copy to clipboard operation
vue-filemanager copied to clipboard

基于阿里云OSS对象存储的文件管理网盘。主要使用Vue2+ElementUI

trafficstars

vue-filemanager

Introduction

这是用 vue.js 和 ElementUI框架编写的文件管理网盘

后台服务器使用 Node.js 和 Aliyun OSS 对象存储SDK:https://github.com/refinec/node-filemanager/tree/main

Installation

npm install vue-oss-filemanager --save

OR

git clone [email protected]:refinec/vue-filemanager.git
npm install
npm run serve