All Projects → nuxt → Hackernews

nuxt / Hackernews

Licence: mit
HackerNews clone built with Nuxt.js

Projects that are alternatives of or similar to Hackernews

Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+5043.27%)
Mutual labels:  nuxt, web-app, universal, isomorphic, vuex, ssr, vue-router
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-92.88%)
Mutual labels:  nuxt, vuex, pwa, ssr, vue-router
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+231.13%)
Mutual labels:  vuex, vue-router, pwa, universal
Vuecnodejs
⚽️🎉Vue初/中级项目,CnodeJS社区重构。( a junior project of Vue.js, rewrite cnodejs.org ) 预览(DEMO):
Stars: ✭ 705 (-6.99%)
Mutual labels:  nuxt, vuex, ssr, vue-router
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+71.77%)
Mutual labels:  isomorphic, vuex, ssr, vue-router
Nuepress
📖 Nuxt.js + WordPress REST API
Stars: ✭ 524 (-30.87%)
Mutual labels:  nuxt, web-app, vuex, ssr
Nuxt Wordpress Pwa
Wordpress + Vue + Nuxt.js
Stars: ✭ 251 (-66.89%)
Mutual labels:  nuxt, pwa, ssr
react-ssr-starter
📚 Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
Stars: ✭ 18 (-97.63%)
Mutual labels:  isomorphic, universal, ssr
giog
It's based on githud issues and built with Vue 2.x, vue-router & vuex with server-side rendering by koa
Stars: ✭ 14 (-98.15%)
Mutual labels:  pwa, ssr, vue-router
Nuxt Elm
基于nuxt2+vue构建的全栈开源项目
Stars: ✭ 304 (-59.89%)
Mutual labels:  nuxt, vuex, vue-router
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (-75.2%)
Mutual labels:  nuxt, vuex, vue-router
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-94.85%)
Mutual labels:  ssr, nuxt, vue-router
React Server
🚀 Blazing fast page load and seamless navigation.
Stars: ✭ 3,932 (+418.73%)
Mutual labels:  universal, isomorphic, ssr
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (-20.98%)
Mutual labels:  nuxt, pwa, ssr
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-70.58%)
Mutual labels:  nuxt, vuex, vue-router
webpack-isomorphic-compiler
A compiler that makes your life easier if you are building isomorphic webpack powered apps, that is, single page applications with server-side rendering
Stars: ✭ 16 (-97.89%)
Mutual labels:  isomorphic, universal, ssr
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (-72.69%)
Mutual labels:  nuxt, vuex, pwa
Vue Kindergarten
Modular security for Vue, Vuex, Vue-Router and Nuxt
Stars: ✭ 303 (-60.03%)
Mutual labels:  nuxt, vuex, vue-router
Vue Boilerplate Template
🍎 Efficient development of web SPA using Vue.js(2.*) + Webpack + Element-ui + Pwa + Vuex + Vuex-router + Vue-i18n + Dayjs + Lodash.
Stars: ✭ 461 (-39.18%)
Mutual labels:  vuex, pwa, vue-router
Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (-41.03%)
Mutual labels:  nuxt, pwa, ssr

Nuxt.js Hacker News

HackerNews clone built with Nuxt.js.

Screenshot 2019-06-04 at 13 27 51
Live Demo

Modes

Hosted on Now 2: npm run build + now.json

Hosted on Netlify: npm run build-spa + dist/ directory

Performance

Features

  • Server Side Rendering
  • Code Splitting
  • Single-file Vue Components
  • Prefetch/Preload JS + DNS + Data
  • Critical Path CSS
  • PWA experience using PWA Module with almost zero config
  • PRPL
  • Hot reloading dev environment integrated with ESLint and Prettier
  • Hosted on Vercel

Build Setup

Requires Node.js 8+

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:3000
npm run dev

# build for production (universal)
npm run build

# serve in production mode (universal)
npm start

# build for production (spa)
npm run build-spa

# serve in production mode (spa)
npm run start-spa # or upload dist/ directory

# validate code with ESLint (with Prettier)
npm run lint

# validate and fix with ESLint (with Prettier)
npm run lintfix

Links

For the communiy typescript fork please see nuxt-community/hackernews-nuxt-ts

License

MIT

Credits

This repository is originally ported from vue-hackernews-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].