https://github.com/t0yohei/rails-vue-app
webpackerを使用して rails + vue のアプリケーションを作成するチュートリアル
https://github.com/t0yohei/rails-vue-app
rails rails-vue webpacker
Last synced: about 1 month ago
JSON representation
webpackerを使用して rails + vue のアプリケーションを作成するチュートリアル
- Host: GitHub
- URL: https://github.com/t0yohei/rails-vue-app
- Owner: t0yohei
- Created: 2019-06-16T08:16:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T11:01:00.000Z (over 3 years ago)
- Last Synced: 2026-03-29T17:07:19.356Z (3 months ago)
- Topics: rails, rails-vue, webpacker
- Language: Ruby
- Homepage:
- Size: 26.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[Vue.js チュートリアル for Rails エンジニア](https://qiita.com/t0yohei/items/d516fefaaad69b4022ec) という Qiita に投稿したチュートリアル記事のサンプルコードです。
## 使用するバージョン
- ruby: 2.6.2
- rails: 5.2.3
- webpacker: 4.0.7
- yarn: 1.16.0
## 起動方法
0. ruby, yarn のインストール
1. `git clone git@github.com:t0yohei/rails-vue-app.git`
2. `cd rails-vue-app`
3. `bundle install`
4. `yarn install`
5. `bin/webpack`
6. `rails s`
7. ブラウザから `http://localhost:3000/home/index` にアクセス