Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuta17/rails-vuejs-starter
Rails + Vue.js Starting kit (not Webpacker)
https://github.com/yuta17/rails-vuejs-starter
rails6 vue2 webpack
Last synced: 13 days ago
JSON representation
Rails + Vue.js Starting kit (not Webpacker)
- Host: GitHub
- URL: https://github.com/yuta17/rails-vuejs-starter
- Owner: yuta17
- Created: 2019-12-28T01:31:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:36:13.000Z (about 2 years ago)
- Last Synced: 2025-01-14T11:20:35.917Z (19 days ago)
- Topics: rails6, vue2, webpack
- Language: Ruby
- Homepage:
- Size: 1.01 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up Rails with Vue.js, Webpack, Turbolinks
A quick and easy way to setup Rails + Vue.js + Webpack + Turbolinks + Rspec + Jest + Github Actions.
- Ruby version: 2.6.5
- Key Dependencies: Rails 6, Vue.js 2, Webpack 4
- System dependencies: Node.js, Yarn, PostgreSQL## Setup development environment:
```
cd ./rails-vuejs-starterbin/setup
yarn run watch
open "http://localhost:3000"
```![helloworld](https://user-images.githubusercontent.com/8072432/71537822-ef828c00-2964-11ea-8fd9-4ed9d9c49d83.png)