Skip to content

Commit dd32346

Browse files
committed
update readme
1 parent 515198f commit dd32346

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# vue-cloudinary-file-upload
2-
3-
41
# Vue cloudinary File Upload
52

3+
[demo](https://cloudinary-devs.github.io/training-vuejs/index.html)
4+
65
## Demonstrate a file upload using the Cloudinary Upload API
76

87
User supplies the following input:
@@ -17,30 +16,24 @@ User supplies the following input:
1716
* [Axios](https://www.npmjs.com/package/axios)
1817
* [Codepen demonstrating Vanilla JS and XHR with Upload API](https://codepen.io/team/Cloudinary/pen/QgpyOK)
1918
* [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)
2221
* [Support Link About Unsigned Presets](https://support.cloudinary.com/hc/en-us/articles/204046472-Which-upload-parameters-are-allowed-when-using-unsigned-upload-)
2322
* [Support Link About Unsigned Uploads Security Considerations](https://support.cloudinary.com/hc/en-us/articles/360018796451-Unsigned-Uploads-Security-Considerations)
2423

2524
## Install and Setup HelloWorld in Vue.js
2625
These instructions will create a HelloWorld app in a `vue-app` folder.
2726

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.
3330

34-
**Run the app locally**
31+
To build run
3532
```
36-
cd vue-app
37-
npm run serve
33+
npm run build
3834
```
39-
## Link to github repo used in the demostration
40-
[vue-cloudinary-file-upload]()
4135

4236

43-
https://www.wordclouds.com/
4437

4538

4639

0 commit comments

Comments
 (0)