Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarahdayan/file-upload
Live project for Vue.js Amsterdam 2020 talk
https://github.com/sarahdayan/file-upload
Last synced: 9 days ago
JSON representation
Live project for Vue.js Amsterdam 2020 talk
- Host: GitHub
- URL: https://github.com/sarahdayan/file-upload
- Owner: sarahdayan
- Created: 2020-02-10T21:32:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T13:57:04.000Z (3 months ago)
- Last Synced: 2024-10-14T04:23:59.742Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-upload
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).