Skip to content

HonuLife/rails-turbo-vue-experiments

This branch is 4 commits ahead of, 41 commits behind HonuLife/rails-turbo-vue:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 12, 2023
Jul 12, 2023
Jul 1, 2023
Jul 4, 2023
Jul 1, 2023
Jul 4, 2023
Jul 1, 2023
Jul 1, 2023
Jul 12, 2023
Jul 1, 2023
Jul 2, 2023
Jul 1, 2023
Jul 1, 2023
Jul 3, 2023
Jul 1, 2023
Jul 1, 2023
Jul 1, 2023
Jul 1, 2023
Jul 2, 2023
Jul 2, 2023
Jul 1, 2023
Jul 12, 2023
Jul 1, 2023
Jul 1, 2023
Jul 1, 2023
Jul 4, 2023
Jul 1, 2023
Jul 4, 2023
Jul 2, 2023
Jul 1, 2023
Jul 1, 2023
Jul 1, 2023
Jul 1, 2023
Aug 8, 2023

Repository files navigation

CI

Rails + Vue

A starter for working with Rails 7 + Vue 3.

Features

Dev

Setup

bin/setup

Run app:

bin/dev

Run tests:

Rails tests (including system/e2e tests)

rspec

Frontend (unit and component tests with Vitest)

yarn test

Generate a new scaffold with and have the views styled with TailwindCSS

rails g scaffold
# Ex. rails g scaffold animal name:string species:string age_years:integer

Generate a view that will mount a Vue.js component

rails generate view_with_vue index|show|edit|create ROUTE_PATH
# Ex. rails g view_with_vue edit animals/llamas will create the route /animals/llamas/:id/edit with a Vue component that loads on the view for that route.

Details

Versions of key dependencies:

About

Experimenting with changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.0%
  • Vue 15.4%
  • HTML 13.0%
  • TypeScript 6.5%
  • JavaScript 0.6%
  • Shell 0.4%
  • CSS 0.1%