Skip to content

LukasMarx/vue-file-upload

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

image

Creating a File Upload Component with Vue.js

Creating file-upload components can be quite hard.

Not only because you need to deal with files in JavaScript. Also, because you need an API to test against before you can actually start coding.

In this tutorial, we will learn how to do both.

First, we will create a simple express server with just one route to accept file uploads. This server will be written entirely in TypeScript.

Afterward, we will create a vue application from scratch and build a beautiful file-upload component using nothing but vue itself with TypeScript.

Here is what the final result will look like:

image

Ready?

Let's start coding!

Read the full article at malcoded.com!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published