1.0.3 • Published 1 year ago

isox-filemanager v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Filemanager - vue3

Here is a filemanager to manage the images of his site. It allows you to avoid uploading the same image several times.

Filemanger

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

URLMETHODEDescription
/foldersGETGet Folders
/foldersPOSTCreate Folder
/folders/{id}DELETEDelete Folder
/filesGETGet File
/filesPOSTCreate File
/files/{id}DELETEDelete File
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

0.0.0

1 year ago