https://github.com/alyalin/radiolla
Webapp based on Nuxt.js, Mixcloud API
https://github.com/alyalin/radiolla
mixcloud nuxtjs vue
Last synced: 4 months ago
JSON representation
Webapp based on Nuxt.js, Mixcloud API
- Host: GitHub
- URL: https://github.com/alyalin/radiolla
- Owner: alyalin
- License: mit
- Created: 2018-05-08T06:35:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T15:00:33.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T02:13:51.340Z (about 1 year ago)
- Topics: mixcloud, nuxtjs, vue
- Language: Vue
- Homepage:
- Size: 3.87 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radiolla
> Web application for listening to music
## Build Setup
``` 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 run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).