https://github.com/refinec/vue-filemanager
基于阿里云OSS对象存储的文件管理网盘。主要使用Vue2+ElementUI
https://github.com/refinec/vue-filemanager
axios elementui vue-filemanager vuejs
Last synced: 3 months ago
JSON representation
基于阿里云OSS对象存储的文件管理网盘。主要使用Vue2+ElementUI
- Host: GitHub
- URL: https://github.com/refinec/vue-filemanager
- Owner: refinec
- License: mit
- Created: 2021-02-25T06:02:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T09:12:30.000Z (almost 5 years ago)
- Last Synced: 2025-05-28T00:41:28.614Z (about 1 year ago)
- Topics: axios, elementui, vue-filemanager, vuejs
- Language: Vue
- Homepage:
- Size: 14.9 MB
- Stars: 67
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 git@github.com:refinec/vue-filemanager.git
npm install
npm run serve
```