Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/constlab/quasar-media-manager
https://github.com/constlab/quasar-media-manager
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/constlab/quasar-media-manager
- Owner: constlab
- License: mit
- Created: 2019-09-14T10:55:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T06:21:03.000Z (over 5 years ago)
- Last Synced: 2024-11-05T13:12:29.649Z (about 2 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quasar-media-manager
## 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/).