# vuescroll-ssr-node **Repository Path**: mirrors_YvesCoding/vuescroll-ssr-node ## Basic Information - **Project Name**: vuescroll-ssr-node - **Description**: Vuescroll-ssr-version under node env. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Demo

Online Demo

## Introduction > A demo of vuescroll, show the usage of `pull-to-refresh` and `push-to-load`. Use Vue-SSR technology. ## Features - SSR (Server Side Render) - Push to load - Pull to refresh ## Usage ### Installation ```bash npm install # yarn install ``` ### Run Server ```bash npm run dev # yarn serve ``` Plz visit `localhost: 8080` ## Caveat **This is the SSR version, if you want to get SPA version, plz checkout the SPA branch of this repo** ## Inspired - [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0)