Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytbryan/jumpstart
Jumpstart your Vue on Rails (@vueonrails) products
https://github.com/ytbryan/jumpstart
Last synced: about 4 hours ago
JSON representation
Jumpstart your Vue on Rails (@vueonrails) products
- Host: GitHub
- URL: https://github.com/ytbryan/jumpstart
- Owner: ytbryan
- Created: 2019-06-25T07:40:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:08:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:16:36.575Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 3.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue on Rails Jumpstart Repo
You can try out Vue on Rails by cloning this repo
```
git clone http://github.com/ytbryan/jumpstart
```Or you can use our Application Template to set this repo with project-name (app) and database control (-d postgresql).
```
rails new app -m https://vueonrails.com/vue -d postgresql
```