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
- Host: GitHub
- URL: https://github.com/tdkn/rails-nuxt
- Owner: tdkn
- License: mit
- Created: 2019-03-18T15:09:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T13:07:34.000Z (5 months ago)
- Last Synced: 2026-01-17T03:42:04.407Z (5 months ago)
- Topics: api, docker, grape, grape-entity, nuxt, rails
- Language: Ruby
- Homepage:
- Size: 659 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.