Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/getting-started-with-the-vue-file-upload-component
A quick-start Vue project that shows how to create and configure the Syncfusion Vue File Upload component. This project contains code to configure a few of its basic features, like uploading multiple files, uploading a single file, and validation during file upload. It also shows how to upload files asynchronously.
https://github.com/syncfusionexamples/getting-started-with-the-vue-file-upload-component
allow-extension asynchronous-upload auto-upload deny-extension ej2-uploader multiple-file-upload restricting-uploading-files synchronous-upload tutorial upload-box uploader vue vue-components vue-file-upload vue-ui-components vuejs web-api-upload
Last synced: 7 days ago
JSON representation
A quick-start Vue project that shows how to create and configure the Syncfusion Vue File Upload component. This project contains code to configure a few of its basic features, like uploading multiple files, uploading a single file, and validation during file upload. It also shows how to upload files asynchronously.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-vue-file-upload-component
- Owner: SyncfusionExamples
- Created: 2024-07-03T10:57:41.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-22T12:45:07.000Z (4 months ago)
- Last Synced: 2024-08-22T14:17:47.380Z (4 months ago)
- Topics: allow-extension, asynchronous-upload, auto-upload, deny-extension, ej2-uploader, multiple-file-upload, restricting-uploading-files, synchronous-upload, tutorial, upload-box, uploader, vue, vue-components, vue-file-upload, vue-ui-components, vuejs, web-api-upload
- Language: Vue
- Homepage: https://www.syncfusion.com/vue-components/vue-file-upload?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-vue-file-upload-gettingstarted-sample
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with the Vue File Upload Component
A quick-start Vue project that shows how to create and configure 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-gettingstarted-sample) component. This project contains code to configure a few of its basic features, like uploading multiple files, uploading a single file, and validation during file upload. It also shows how to upload files asynchronously.
Watch the video: https://www.syncfusion.com/tutorial-videos/vue/file-upload?title=getting-started-with-the-vue-file-upload-component
Refer to the following documentation to learn about the Vue File Upload component: https://ej2.syncfusion.com/vue/documentation/uploader/vue3-getting-started
Check out this online example of the Vue File Upload component: https://ej2.syncfusion.com/vue/demos/#/material3/uploader/default.html
Before working on this project, make sure you have the latest versions of Node.js and Visual Studio Code on your machine.
## How to run this application
To run this application, you need to clone the `Getting-Started-with-the-Vue-File-Upload-Component` repository and open it 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.