Vue Upload / Guides / Demos

The demos follow the standard Vue setup using vue-cli.

By default the demos use a public demo server for the API which helps to facilitate a more realistic flow. Currently there is no sever demo code being released at this time.

The @websanova/vue-upload package is an alias to the root folder and not actually installed.

Check the live demo online.

Vue 2.x

> git clone https://github.com/websanova/vue-upload.git vue-upload
> cd vue-upload/demos/2.x
> npm install
> npm run dev

Vue 3.x

> git clone https://github.com/websanova/vue-upload.git vue-upload
> cd vue-upload/demos/3.x
> npm install
> npm run dev