Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpaulet/podcasthub
Curated Podcast List filtered by topic, description, name.
https://github.com/jpaulet/podcasthub
javascript json nuxtjs podcasts
Last synced: 8 days ago
JSON representation
Curated Podcast List filtered by topic, description, name.
- Host: GitHub
- URL: https://github.com/jpaulet/podcasthub
- Owner: jpaulet
- Created: 2019-02-08T13:20:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:22:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:44:17.125Z (7 months ago)
- Topics: javascript, json, nuxtjs, podcasts
- Language: CSS
- Homepage:
- Size: 23.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# podcasthub
> Nuxt.js project
## 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).