Skip to content

Commit

Permalink
Merge pull request #48 from joekrump/joekrump-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
joekrump authored Jul 15, 2023
2 parents a7bfd6c + 0e0adfe commit 7c2a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Rails + Turbo + Vue

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.
Render your views with Rails and then sprinkle in client-side rendered Vue components where you want them. When Vue components are used, they are dynamically imported and mounted, keeping your app's load times fast for users by keeping js bundle sizes small.

## Features

Expand Down

0 comments on commit 7c2a7dc

Please sign in to comment.