An open API service indexing awesome lists of open source software.

https://github.com/yvescoding/vuescroll-ssr-node

Vuescroll-ssr-version under node env.
https://github.com/yvescoding/vuescroll-ssr-node

Last synced: about 1 year ago
JSON representation

Vuescroll-ssr-version under node env.

Awesome Lists containing this project

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)