Skip to content

Commit

Permalink
Merge pull request #47 from joekrump/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
joekrump committed Jul 15, 2023
2 parents a8403c2 + 8521096 commit a7bfd6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![CI](https://github.com/joekrump/rails-turbo-vue/actions/workflows/rubyonrails.yml/badge.svg)](https://github.com/joekrump/rails-turbo-vue/actions/workflows/rubyonrails.yml)

# Rails + Vue
# Rails + Turbo + Vue

A starter for working with [Rails 7](https://guides.rubyonrails.org/) + [Vue 3](https://vuejs.org/).
Render your views with Rails and then sprinkle in client-side rendered Vue components where you want them. Vue components are dynamically imported and mounted onto views where you want them.

## Features

Expand All @@ -17,6 +17,8 @@ A starter for working with [Rails 7](https://guides.rubyonrails.org/) + [Vue 3](
- ✅ Custom generator for creating a view that loads a Vue component: `rails g view_with_vue index|show|edit|create ROUTE_PATH`. See [more details below](#generate-a-view-that-uses-a-view-component)
- ✅ GitHub actions workflow for running Vitest and Rspec tests

![Homepage](https://github.com/joekrump/rails-turbo-vue/blob/main/spec/expected_screenshots/expected_chromium_home_page_renders_the_home_page_with_the_expected_content_dark.png)

## Dev

### Setup
Expand Down

0 comments on commit a7bfd6c

Please sign in to comment.