Skip to content

Commit 777bae3

Browse files
authored
Update README.md
1 parent 7b781b2 commit 777bae3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

myvueapp/README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
# Vue 3 + Vite
1+
# Handle Files Securely in Vue File Upload Using JWT Authentication
22

3-
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
3+
A quick-start Vue project that shows how to handle uploaded files securely using JSON Web Tokens (JWT) in the Syncfusion [Vue File Upload](https://www.syncfusion.com/vue-components/vue-file-upload?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-vue-file-upload-jwt-sample) component. This project contains code to add JWTs along with request headers while uploading and removing files. Both client and server-side code are explained in this sample.
44

5-
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
5+
Watch the video: Coming soon…
6+
7+
Refer to the following documentation to learn about the Vue File Upload component: https://ej2.syncfusion.com/vue/documentation/uploader/vue3-getting-started
8+
9+
Check out this online example of the Vue File Upload component: https://ej2.syncfusion.com/vue/demos/#/material3/uploader/default.html
10+
11+
Before working on this project, make sure you have the latest versions of Node.js, Visual Studio Code, and Visual Studio 2022 on your machine.
12+
13+
## How to run this application
14+
To run this application, you need to clone the `Handle-Files-Securely-in-Vue-File-Upload-Using-JWT-Authentication` repository and open the `myvueapp` client application in Visual Studio Code. Then, you can install all the necessary Vue packages in your project using the `npm install` command and run your project using the `npm run dev` command.

0 commit comments

Comments
 (0)