Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmichelin/news-generator
A news link generator.
https://github.com/lmichelin/news-generator
Last synced: about 1 month ago
JSON representation
A news link generator.
- Host: GitHub
- URL: https://github.com/lmichelin/news-generator
- Owner: lmichelin
- Created: 2020-05-16T20:08:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:30:49.000Z (about 2 years ago)
- Last Synced: 2024-04-24T11:22:58.521Z (9 months ago)
- Language: Vue
- Homepage: https://news-generator.lmichelin.fr
- Size: 3.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# news-generator
> A news link generator
## 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).