Skip to content

pggalaviz/simple-vue-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vue.js file uploader

This is a simple front end app to upload files to a remote server.

config.js file is currently pointing to a working API that can be found at: simple-hapi-uploader.herokuapp.com.

The API code and endpoints can be found here: Simple Hapi Uploader