https://github.com/constlab/quasar-media-manager
https://github.com/constlab/quasar-media-manager
Last synced: 11 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T06:21:03.000Z (over 6 years ago)
- Last Synced: 2025-02-14T23:47:57.397Z (about 1 year 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/).