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.
- Host: GitHub
- URL: https://github.com/yvescoding/vue-ssr-boilerplate
- Owner: YvesCoding
- Created: 2018-07-16T17:20:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T05:41:36.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T07:41:43.186Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```