Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaoxiong789/haibi-fe-defaul
https://github.com/shaoxiong789/haibi-fe-defaul
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaoxiong789/haibi-fe-defaul
- Owner: shaoxiong789
- Created: 2017-02-09T03:10:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T06:50:18.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T15:45:31.294Z (2 months ago)
- Language: Vue
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```