isox-filemanager
v1.0.3
Published
Here is a filemanager to manage the images of his site. It allows you to avoid uploading the same image several times.
Downloads
4
Readme
Filemanager - vue3
Here is a filemanager to manage the images of his site. It allows you to avoid uploading the same image several times.
Installation
npm install isox-filemanager
or
yarn add isox-filemanager
Usage
import { FileManager } from 'isox-filemanager'
app.use(FileManager)
<filemanager endpoint="https://your_api.com"/>
API
I have created the filemanager, so you have to create the API that goes with it. As you go along in the api folder you could find different api files for the tools / technology.
Route API
| URL | METHODE | Description | |---------------|---------|---------------| | /folders | GET | Get Folders | | /folders | POST | Create Folder | | /folders/{id} | DELETE | Delete Folder | | /files | GET | Get File | | /files | POST | Create File | | /files/{id} | DELETE | Delete File |