Skip to content

konojunya/vue-ssr-used-hypernova

Repository files navigation

vue-ssr-used-hypernova

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

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