Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dd-decaf/caffeine-vue-upload-mockup
https://github.com/dd-decaf/caffeine-vue-upload-mockup
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dd-decaf/caffeine-vue-upload-mockup
- Owner: DD-DeCaF
- License: apache-2.0
- Created: 2019-03-28T08:28:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:42:23.000Z (about 2 years ago)
- Last Synced: 2024-11-09T14:26:00.111Z (3 months ago)
- Language: Vue
- Size: 7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caffeine-vue
## 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
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).