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.
- Host: GitHub
- URL: https://github.com/yvescoding/vuescroll-ssr-node
- Owner: YvesCoding
- License: mit
- Created: 2018-07-03T14:24:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T04:25:34.000Z (over 7 years ago)
- Last Synced: 2025-01-30T07:12:17.528Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://vuescroll-issue-list-demo-zdizhghthq.now.sh
- Size: 434 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## 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)