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

https://github.com/konojunya/vue-ssr-used-hypernova

[CODE SANDBOX] VueのSSRをHypernovaを使ってやる
https://github.com/konojunya/vue-ssr-used-hypernova

hypernova rails server-side-rendering vue

Last synced: 17 days ago
JSON representation

[CODE SANDBOX] VueのSSRをHypernovaを使ってやる

Awesome Lists containing this project

README

        

# vue-ssr-used-hypernova
[CODE SANDBOX] VueのSSRをHypernovaを使ってやる

![](https://raw.githubusercontent.com/konojunya/vue-ssr-used-hypernova/master/screenshots/hypernova.png)

## How to setup

1. yarn
2. yarn build
3. bundle install --path=vendor/bundle
4. bundle exec rails s & yarn start

## Development

- yarn & yarn dev
- bundle install --path=vendor/bundle & bundle exec rails s