https://github.com/gravitano/vue-upload-progress-example
Vue.js Upload Progress Example
https://github.com/gravitano/vue-upload-progress-example
Last synced: 3 months ago
JSON representation
Vue.js Upload Progress Example
- Host: GitHub
- URL: https://github.com/gravitano/vue-upload-progress-example
- Owner: gravitano
- License: mit
- Created: 2018-10-18T03:36:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:46:47.000Z (over 2 years ago)
- Last Synced: 2025-01-20T07:27:03.368Z (5 months ago)
- Language: Vue
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-upload-progress
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```