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

https://github.com/holybasil/vue-ssr-demo

Based on vue-cli.
https://github.com/holybasil/vue-ssr-demo

Last synced: 2 months ago
JSON representation

Based on vue-cli.

Awesome Lists containing this project

README

        

# vue-ssr-demo

> vue 服务端渲染demo(可能不定量加上vue其他特性的尝试)

## 运行 (dev)

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:1128
npm run dev

```

## DONE
* 路由前进刷新 后退不刷新
* 路由后退回到之前视区位置(效果同V2EX)

## TODO

* 通过vuex的action发请求仍存在跨域问题
* 数据预取
* 自动打开浏览器窗口(opn)
* npm run build 调通