https://github.com/bezkoder/vuetify-file-upload
Vuetify File Upload example with Progress Bar, Axios, Display List
https://github.com/bezkoder/vuetify-file-upload
axios file-upload upload-file vue vuejs vuetify
Last synced: 7 months ago
JSON representation
Vuetify File Upload example with Progress Bar, Axios, Display List
- Host: GitHub
- URL: https://github.com/bezkoder/vuetify-file-upload
- Owner: bezkoder
- Created: 2020-05-25T08:11:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:55:56.000Z (about 3 years ago)
- Last Synced: 2025-03-28T10:47:34.334Z (10 months ago)
- Topics: axios, file-upload, upload-file, vue, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 3.6 MB
- Stars: 24
- Watchers: 2
- Forks: 7
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuetify File Upload example
For more details, please visit:
> [Vuetify File Upload example with Progress Bar](https://bezkoder.com/vuetify-file-upload/)
Rest APIs server for this Vue Client:
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
> [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)
> [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
More Practice:
> [Vuetify Image Upload with Preview example](https://bezkoder.com/vuetify-image-upload-preview/)
> [Vuetify Multiple Images Upload example with Progress Bar](https://bezkoder.com/vuetify-multiple-image-upload/)
> [Vuetify CRUD App example | v-data-table](https://bezkoder.com/vuetify-data-table-example/)
> [Vuetify Pagination (Server Side) example](https://bezkoder.com/vuetify-pagination-server-side/)
Fullstack CRUD App:
> [Vue.js + Node.js + Express + MySQL](https://bezkoder.com/vue-js-node-js-express-mysql-crud-example/)
> [Vue.js + Node.js + Express + PostgreSQL](https://bezkoder.com/vue-node-express-postgresql/)
> [Vue.js + Node.js + Express + MongoDB](https://bezkoder.com/vue-node-express-mongodb-mevn-crud/)
> [Vue.js + Spring Boot + Embedded Database example](https://bezkoder.com/spring-boot-vue-js-crud-example/)
> [Vue.js + Spring Boot + MySQL example](https://bezkoder.com/spring-boot-vue-js-mysql/)
> [Vue.js + Spring Boot + PostgreSQL example](https://bezkoder.com/spring-boot-vue-js-postgresql/)
> [Vue.js + Spring Boot + MongoDB](https://bezkoder.com/spring-boot-vue-mongodb/)
> [Vue.js + Django Rest Framework](https://bezkoder.com/django-vue-js-rest-framework/)
Integration (run back-end & front-end on same server/port)
> [Integrate Vue App with Spring Boot](https://bezkoder.com/integrate-vue-spring-boot/)
> [Integrate Vue App with Node.js Express](https://bezkoder.com/serve-vue-app-express/)
Serverless with Firebase:
> [Vue Firebase Realtime Database: CRUD example](https://bezkoder.com/vue-firebase-realtime-database/)
> [Vue Firestore CRUD example](https://bezkoder.com/vue-firestore-crud/)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).