Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/popcorn
🍿 My media and culture blog.
https://github.com/thombruce/popcorn
Last synced: 1 day ago
JSON representation
🍿 My media and culture blog.
- Host: GitHub
- URL: https://github.com/thombruce/popcorn
- Owner: thombruce
- Created: 2021-06-08T18:59:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T00:07:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T21:22:37.802Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 43.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# popcorn
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).