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

https://github.com/gera2ld/generator-vue-ssr

Generate a project built with Vue.js with server-side rendering.
https://github.com/gera2ld/generator-vue-ssr

yeoman

Last synced: about 1 month ago
JSON representation

Generate a project built with Vue.js with server-side rendering.

Awesome Lists containing this project

README

          

generator-vue-ssr
===

![NPM](https://img.shields.io/npm/v/generator-vue-ssr.svg)
![License](https://img.shields.io/npm/l/generator-vue-ssr.svg)
![Downloads](https://img.shields.io/npm/dt/generator-vue-ssr.svg)

A Yeoman generator to generate a project built with Vue.js with server-side rendering.

Installation
---

``` sh
$ npm i generator-vue-ssr -g

# Or clone the repo and link it to global node modules
$ git clone https://github.com/gera2ld/generator-vue-ssr.git
$ cd path/to/generator-vue-ssr && npm link
```

Usage
--

``` sh
# Make sure yo is installed
$ npm i yo -g

# Initialize my project
$ cd my-project
$ yo vue-ssr
```