Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpjigar/online-music-play
https://github.com/tpjigar/online-music-play
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpjigar/online-music-play
- Owner: tpjigar
- Created: 2020-04-20T08:39:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T00:08:30.000Z (4 months ago)
- Last Synced: 2024-08-23T01:27:35.006Z (4 months ago)
- Language: Vue
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js Music Website
![screenshot](screenshot.png)
Personal music site built with Nuxt and [Cosmic JS](https://cosmicjs.com/buckets).
## How to
### Prepare your Cosmic JS bucket
Import example [bucket.json](bucket.json) to your Cosmic JS bucket.
### Configure
Edit `instance.config.js` to adjust app colors if you need.
You can see that Cosmic JS access credentials are picked up from the next environment variables:
```
COSMIC_BUCKET
COSMIC_READ_KEY
COSMIC_WRITE_KEY
```### Setup and run
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm start# generate static project
$ npm run generate
```This app is based on Nuxt.js.
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).