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

https://github.com/yvescoding/vue-ssr-boilerplate

The minimalistic vue isomorphic demo.
https://github.com/yvescoding/vue-ssr-boilerplate

Last synced: 12 months ago
JSON representation

The minimalistic vue isomorphic demo.

Awesome Lists containing this project

README

          

## Introduction

> A simple example that shows how to build vue-ssr with vue-router, vuex

> Refined from Vue-HackerNews-2.0

## How To Use

### installation

```bash
npm install
#yarn
```

### Run Serve

```bash
npm run dev
```