Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shaoxiong789/haibi-fe-defaul


https://github.com/shaoxiong789/haibi-fe-defaul

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# haibi-fe-defaul

关于vue服务端异步操作获取API数据,超出Vue服务端渲染生命周期的解决方案,见我整理的[博客](https://segmentfault.com/a/1190000008398405)

## Brower compatibility
IE8+

## Env
[email protected] ssr + webpack + es6 + nodejs + vuex

## Install
```shell
$ npm install
```

## Start
### develop
```shell
$ npm run dev
```
### production
```shell
$ npm run build
```
```shell
$ npm run start
```