You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Demonstrate a file upload using the Cloudinary Upload API
7
6
8
7
User supplies the following input:
@@ -17,30 +16,24 @@ User supplies the following input:
17
16
*[Axios](https://www.npmjs.com/package/axios)
18
17
*[Codepen demonstrating Vanilla JS and XHR with Upload API](https://codepen.io/team/Cloudinary/pen/QgpyOK)
19
18
*[Documentation: Image and Video Upload](https://cloudinary.com/documentation/vue_image_and_video_upload)
20
-
*[Documentation: IJavaScript Image and Video Upload](https://cloudinary.com/documentation/javascript_image_and_video_upload)
21
-
*[Documentation: IUnsigned video upload](https://cloudinary.com/documentation/jquery_image_and_video_upload?query=unsigned&c_query=Direct%20uploading%20from%20the%20browser%20%E2%80%BA%20Unsigned%20upload#unsigned_upload)
19
+
*[Documentation: JavaScript Image and Video Upload](https://cloudinary.com/documentation/javascript_image_and_video_upload)
20
+
*[Documentation: Unsigned video upload](https://cloudinary.com/documentation/jquery_image_and_video_upload?query=unsigned&c_query=Direct%20uploading%20from%20the%20browser%20%E2%80%BA%20Unsigned%20upload#unsigned_upload)
22
21
*[Support Link About Unsigned Presets](https://support.cloudinary.com/hc/en-us/articles/204046472-Which-upload-parameters-are-allowed-when-using-unsigned-upload-)
23
22
*[Support Link About Unsigned Uploads Security Considerations](https://support.cloudinary.com/hc/en-us/articles/360018796451-Unsigned-Uploads-Security-Considerations)
24
23
25
24
## Install and Setup HelloWorld in Vue.js
26
25
These instructions will create a HelloWorld app in a `vue-app` folder.
27
26
28
-
**Install the Vue CLI version 3**
29
-
`npm i -g @vue/cli`
30
-
31
-
**Using the CLI create an app and give it a name**
32
-
`vue create vue-app`
27
+
## Build for docs directory
28
+
This code is hosted on github.io. The build command is configured to output into the `docs` directory
29
+
so you can choose `master/docs` from the github.com settings page gh-pages section.
0 commit comments