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.
- Host: GitHub
- URL: https://github.com/gera2ld/generator-vue-ssr
- Owner: gera2ld
- Created: 2017-03-05T06:24:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T13:07:44.000Z (over 8 years ago)
- Last Synced: 2026-05-12T00:32:14.210Z (2 months ago)
- Topics: yeoman
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
generator-vue-ssr
===



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
```