Skip to content

MKokeshi/DmiStorageClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DmiStorageClient

DmiStorageClient is a Vue.js based GUI that uses DmiStorageServer APIs.


Requirements


Installation

Clone or Download the repository

$ git clone https://github.com/LemuelPuglisi/DmiStorageClient.git

cd into the project directory and Install dependencies

$ npm install

copy .env.example to .env

$ cp .env.example .env

Set the following parameters in .env file:

VUE_APP_HOST= // insert here the DmiStorageServer Url

VUE_APP_OAUTH_ID= // insert here the DmiStorageServer Password client id

VUE_APP_OAUTH_TOKEN= // insert here the DmiStorageServer Password client token

VUE_APP_AES_SECRET= // insert here an strong arbitrary encryption key

Compiles and hot-reloads for development

$ npm run serve 

Run your tests

$ npm run test

Compiles and minifies for production

$ npm run build 

Other libraries

About

Vue.js based GUI using @DmiStorageServer APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 47.7%
  • CSS 45.1%
  • JavaScript 6.9%
  • Other 0.3%