Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/nuxt-hackernews
Hackernews Clone build with Nuxt
https://github.com/logotip4ik/nuxt-hackernews
Last synced: 2 days ago
JSON representation
Hackernews Clone build with Nuxt
- Host: GitHub
- URL: https://github.com/logotip4ik/nuxt-hackernews
- Owner: logotip4ik
- Created: 2021-04-27T14:57:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:27:04.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T10:02:16.954Z (over 1 year ago)
- Language: Vue
- Homepage: https://nuxt-hackernews-bogdankostyuk.vercel.app
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackernews-clone
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).