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

https://github.com/tdkn/rails-nuxt

A rails-nuxt starter template
https://github.com/tdkn/rails-nuxt

api docker grape grape-entity nuxt rails

Last synced: 5 months ago
JSON representation

A rails-nuxt starter template

Awesome Lists containing this project

README

          

# rails-nuxt

> A rails-nuxt starter template

![license][badge-license]
![travis][badge-travis]
![nuxt][badge-nuxt]

[badge-license]: https://badgen.net/github/license/tdkn/rails-nuxt
[badge-nuxt]: https://badgen.net/badge/Nuxt.js/2.8.1/03BF84
[badge-travis]: https://travis-ci.org/tdkn/rails-nuxt.svg?branch=master

## Getting started

```
$ docker-compose up -d
$ npm run dev
```

or if you are using [`docker-sync`](http://docker-sync.io/):

> ```
> $ docker-sync-stack start
> $ npm run dev
> ```

Take a look at [the documents](https://docker-sync.readthedocs.io/en/latest/) to learn more about usage.