Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```