Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 611 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 611 Bytes

README

Vue.js チュートリアル for Rails エンジニア(Vue3 version) という Qiita に投稿したチュートリアル記事のサンプルコードです。

使用するバージョン

  • Ruby: 2.7.2
  • Rails: 6.0.3
  • Webpacker: 4.3.0
  • yarn: 1.22.10
  • Vue: 3.0.3

起動方法

  1. ruby, yarn のインストール
  2. git clone [email protected]:t0yohei/rails-vue-app.git
  3. cd rails-vue3-app
  4. bundle install
  5. yarn install
  6. bin/webpack
  7. rails s
  8. ブラウザから http://localhost:3000/home/index にアクセス